Specifies a PropertyDescriptionList object containing an ordered collection of all of the property descriptions belonging to this class description.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also