company logo

Property :: isServer - Is property a server handle?

When an object space handle has been created for an object server or a local application, it is considered as server handle, i.e. an access handle located on server side. Property handles created for local applications are considered as client, but also as server handles.

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

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

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