The following table lists the types derived from IPropertyDescriptionList .

Derived Types

Type Description
IPropertyDescriptionBinaryList Represents a collection of PropertyDescriptionBinary objects.
IPropertyDescriptionBooleanList Represents a collection of PropertyDescriptionBoolean objects.
IPropertyDescriptionDateTimeList Represents a collection of PropertyDescriptionDateTime objects.
IPropertyDescriptionFloat64List Represents a collection of PropertyDescriptionFloat64 objects.
IPropertyDescriptionIdList Represents a collection of PropertyDescriptionId objects.
IPropertyDescriptionInteger32List Represents a collection of PropertyDescriptionInteger32 objects.
IPropertyDescriptionObjectList Represents a collection of PropertyDescriptionObject objects.
IPropertyDescriptionStringList Represents a collection of PropertyDescriptionString objects.

See Also