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)

Syntax

Visual Basic (Declaration)
Function GetIndependentObjectSetValue() As IIndependentObjectSet
C#
IIndependentObjectSet GetIndependentObjectSetValue()
C++
IIndependentObjectSet GetIndependentObjectSetValue() abstract 
J#
IIndependentObjectSet GetIndependentObjectSetValue()
JScript
function GetIndependentObjectSetValue() : IIndependentObjectSet

Return Value

An IndependentObjectSet object specifying a collection of IndependentObject objects.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyIndependentObjectSet.

See Also