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)

Syntax

Visual Basic (Declaration)
Property ExternalAliases As IExternalPropertyAliasList
C#
IExternalPropertyAliasList ExternalAliases { get; set; }
C++
property IExternalPropertyAliasList ExternalAliases abstract  {
    IExternalPropertyAliasList get();
    void set(IExternalPropertyAliasList value);
}
J#
/** property */
public IExternalPropertyAliasList get_ExternalAliases();

/** property */
public void set_ExternalAliases(IExternalPropertyAliasList value);
JScript
public function get ExternalAliases() : IExternalPropertyAliasList

public function set ExternalAliases(value : IExternalPropertyAliasList);

Remarks

See Also