Click or drag to resize

IGHARemoteObjectIsBindable Method

[This is preliminary documentation and is subject to change.]

Determines if the remote object implements the IBindable capability

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool IsBindable()

Return Value

Type: Boolean
True if the remote object implements the IBindable capability
See Also