The following table lists the types derived from IProperty .

Derived Types

Type Description
IPropertyBinary Represents a Content Engine property that holds a byte (8-bit signed integer) array intended for a binary value.
IPropertyBinaryList Represents a Content Engine property that holds an BinaryList object. An BinaryList object is a collection (ordered, non-unique) of byte (8-bit signed integer) array elements, each of which is intended to hold a binary value.
IPropertyBoolean Represents a Content Engine property that holds a Boolean value.
IPropertyBooleanList Represents a Content Engine property that holds a BooleanList object. A BooleanList object is a collection (ordered, non-unique) of Boolean values.
IPropertyContent Represents a Content Engine property that holds an InputStream object intended for reading bytes of content data from a file source.
IPropertyDateTime Represents a Content Engine property that holds a Date object for specifying a date and time.
IPropertyDateTimeList Represents a Content Engine property that holds a DateTimeList object. A DateTimeList object is a collection (ordered, non-unique) of Date values.
IPropertyDependentObjectList Represents a Content Engine property that holds an DependentObjectList object. A DependentObjectList object is a collection (ordered, non-unique) of DependentObject objects.
IPropertyEngineObject Represents a Content Engine property that holds an EngineObject object.
IPropertyFloat64 Represents a Content Engine property that holds a Double (64-bit floating point) value.
IPropertyFloat64List Represents a Content Engine property that holds a Float64List object. A Float64List object is a collection (ordered, non-unique) of Double (64-bit floating point) values.
IPropertyId Represents a Content Engine property that holds an Id (GUID string) value.
IPropertyIdList Represents a Content Engine property that holds an IdList object. An IdList object is a collection (ordered, non-unique) of Id objects, each of which represents a GUID String value.
IPropertyIndependentObjectSet Represents a Content Engine property that holds an IndependentObjectSet object. An IndependentObjectSet object is a collection (ordered, non-unique) of IndependentObject objects.
IPropertyInteger32 Represents a Content Engine property that holds an Integer (32-bit signed integer) value.
IPropertyInteger32List Represents a Content Engine property that holds an Integer32List object. An Integer32List object is a collection (ordered, non-unique) of Integer values.
IPropertyString Represents a Content Engine property that holds a String value.
IPropertyStringList Represents a Content Engine property that holds a StringList object. A StringList object is a collection (ordered, non-unique) of String values.

See Also