company logo

Property :: isClient - Is client property

When a property handle has been created for an object client or a local application, it is considered as client. Property handles created for local applications are considered as client, but also as server.

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

The function returns whether the property handle has been created as client handle (true). The function returns false, when the handle has been created as server handle for an object server.

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