company logo

Property :: isValid - Check for valid property handle

The property returns true, when the property handle is opened and false otherwise. Is is not checked, whether the handle is initialized (see check()).

In order to avoid exceptions for invalid property handles, this function can be used for checking the valid state before calling critical property handle functions.

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