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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsObject As IDependentObjectList
C#
IDependentObjectList PropertySelectionsObject { get; }
Visual C++
property IDependentObjectList^ PropertySelectionsObject {
	IDependentObjectList^ get ();
}
JavaScript
function get_propertySelectionsObject();

ToggleRemarks

ToggleSee Also