Specifies a PropertyDescriptionList object containing a collection of the property description objects belonging to all of the subclasses of the class described this ClassDescription object.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ProperSubclassPropertyDescriptions As IPropertyDescriptionList
C#
IPropertyDescriptionList ProperSubclassPropertyDescriptions { get; }
Visual C++
property IPropertyDescriptionList^ ProperSubclassPropertyDescriptions {
	IPropertyDescriptionList^ get ();
}
JavaScript
function get_properSubclassPropertyDescriptions();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: PropertyDescription
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also