company logo

PropertyDefinition :: collectionOperation - Is operation a collection (set) operation

When the property definition defines the result of an operation, the function returns, whether the operation operates on a single instance (false) or on the whole collection (true).

When the function is called with an invalid property definition it, throws an exception.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool PropertyDefinition  :: collectionOperation (  )