Specifies a DependentObjectList object that contains the set of Content Engine objects that can be assigned to the property described by this PropertyDescriptionObject object.


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

Syntax

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

Remarks

See Also