Click or drag to resize

IGHARemoteObjectUnBind Method (IGHARemoteObject, String, IGHARemoteObject, String)

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

Unbind the specified object/properties from each other

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

Parameters

object1
Type: RemoteLibIGHARemoteObject
Pbject 1
propertyName1
Type: SystemString
Propert name 1
object2
Type: RemoteLibIGHARemoteObject
Objet 2
propertyName2
Type: SystemString
Property name 2

Return Value

Type: Boolean

[Missing <returns> documentation for "M:RemoteLib.IGHARemoteObject.UnBind(RemoteLib.IGHARemoteObject,System.String,RemoteLib.IGHARemoteObject,System.String)"]

See Also