company logo

Property :: isCollection - Is property a collection?

The property returns whether the property handle refers to a collection (true) or not (false). References and relationships are always considered as collections, even they are singular, as well as generic attributes and extents.

The property throws an exception, when the property handle is not valid.

Return value:  Success ( bool  )

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

Implementation details

bool Property  :: isCollection (  )