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)

Syntax

Visual Basic (Declaration)
ReadOnly Property ExternalPropertyDescriptions As IExternalPropertyDescriptionList
C#
IExternalPropertyDescriptionList ExternalPropertyDescriptions { get; }
C++
property IExternalPropertyDescriptionList ExternalPropertyDescriptions abstract  {
    IExternalPropertyDescriptionList get();
}
J#
/** property */
public IExternalPropertyDescriptionList get_ExternalPropertyDescriptions();
JScript
public function get ExternalPropertyDescriptions() : IExternalPropertyDescriptionList

Remarks

See Also