Specifies an ExternalPropertyDescriptionSet object containing the set collection of ExternalPropertyDescription objects associated with this external class description.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ExternalPropertyDescriptions As IExternalPropertyDescriptionList
C#
IExternalPropertyDescriptionList ExternalPropertyDescriptions { get; }
Visual C++
property IExternalPropertyDescriptionList^ ExternalPropertyDescriptions {
	IExternalPropertyDescriptionList^ get ();
}
JavaScript
function get_externalPropertyDescriptions();

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: ExternalPropertyDescription
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also