ComponentOne DataObjects for .NET
ExtendedProperties Property (DataField)

C1.Data.2 Assembly > C1.Data Namespace > DataField Class : ExtendedProperties Property
Gets a collection of custom user information associated with the data set.
Syntax
'Declaration
 
Public ReadOnly Property ExtendedProperties As PropertyCollection
public PropertyCollection ExtendedProperties {get;}
Remarks
This property allows you to store arbitrary custom information with the object.
See Also

Reference

DataField Class
DataField Members