company logo

Property :: isAutoSelection - Auto selection property

The property returns, whether auto selection is enabled for the property handle. Auto-selection is enabled, when a fixed position or key value has been set for the property handle for selection (e.g. using a path like 'children(0) or children('Paul')).

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  :: isAutoSelection (  )