Returns the set of values held by the Content Engine property collection represented by this PropertyIndependentObjectSet object.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetIndependentObjectSetValue As IIndependentObjectSet
C#
IIndependentObjectSet GetIndependentObjectSetValue()
Visual C++
IIndependentObjectSet^ GetIndependentObjectSetValue()
JavaScript
function getIndependentObjectSetValue();

Return Value

An IndependentObjectSet object specifying a collection of IndependentObject objects.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyIndependentObjectSet.

ToggleSee Also