Returns the set of values held by the Content Engine property collection
represented by this PropertyIndependentObjectSet object.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyIndependentObjectSet. |