Version 24.2 (latest)

PropertyData Class Members

The following tables list the members exposed by PropertyData.

Public Constructors
 NameDescription
Public ConstructorPropertyData ConstructorInitializes the members of the PropertyData  
Public Properties
 NameDescription
Public PropertyAssemblyTypeKeyGets/sets the lookup key for the type of property this object is.  
Public PropertyConverterTypeNameGets/sets the AssemblyQualifiedName of a TypeConverter that can be used to Convert a string back to an object.  
Public PropertyCustomStorageGets or sets the custom storage.  
Public PropertyIdentifierGets/sets an identifier that can be used to identify an property being loaded.  
Public PropertyLookUpKeysGets/sets a collection of string keys that should be used to repopulate a collection.  
Public PropertyPropertiesGets/sets a list of property information for all subproperties of an object.  
Public PropertyStringValueGets/sets a string representation of a property.  
Public PropertyValueGets/sets the actual value of a property.  
See Also