Click or drag to resize

IGHARemoteObjectBind Method (IGHARemoteObject, String, IGHARemoteObject, String)

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

Bind the two specified remote objects and properties to each other

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Bind(
	IGHARemoteObject object1,
	string propertyName1,
	IGHARemoteObject object2,
	string propertyName2
)

Parameters

object1
Type: RemoteLibIGHARemoteObject
Object 1
propertyName1
Type: SystemString
Property name 1
object2
Type: RemoteLibIGHARemoteObject
Object 2
propertyName2
Type: SystemString
Property name 2

Return Value

Type: Boolean
True if successful
See Also