Specifies an ExternalPropertyAliasList collection of the external aliases defined for this property definition or replicable class definition.

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

ToggleSyntax

Visual Basic (Declaration)
Property ExternalAliases As IExternalPropertyAliasList
C#
IExternalPropertyAliasList ExternalAliases { get; set; }
Visual C++
property IExternalPropertyAliasList^ ExternalAliases {
	IExternalPropertyAliasList^ get ();
	void set (IExternalPropertyAliasList^ value);
}
JavaScript
function get_externalAliases();
function set_externalAliases(value);

ToggleRemarks

Metadata

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

ToggleSee Also