Click or drag to resize

IGHARemoteObjectSetValueForced Method

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

Sets the value of the specified property forcing the property change logic to execute. The logic does not normally execute if the property value has not changed. This method ensures the property change logic is invoked.

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Object SetValueForced(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Name of property
value
Type: SystemObject
Value to assign

Return Value

Type: Object

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

See Also