Specifies an IdList object that contains the list of GUID string values that can be assigned to the property described by this PropertyDescriptionId object.


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

Syntax

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

Remarks

See Also