Specifies an IdList object containing the collection of all of the IDs used to identify this class description or property description. The collection includes the value of this class description or property description's Id property and the values of any assigned alias IDs.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Ids As IIdList
C#
IIdList Ids { get; }
Visual C++
property IIdList^ Ids {
	IIdList^ get ();
}
JavaScript
function get_ids();

ToggleRemarks

ToggleSee Also