This class is accessed using the ExtendedProperties property of the DataColumn , DataTable , DataSet , Constraint , and DataRelation . It can store additional information about the object. For example, you might want to store an expiration date for a DataSet . public class PropertyCollection : Hashtable { // Public Constructors public PropertyCollection ( ); } Hierarchy System.Object Returned ByConstraint.ExtendedProperties , DataColumn.ExtendedProperties , DataRelation.ExtendedProperties , DataSet.ExtendedProperties , DataTable.ExtendedProperties |