Click or drag to resize

IGHARemoteObjectSetValue Method (String, Object)

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

Set the value of the specified property

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

Parameters

name
Type: SystemString
Property to set
value
Type: SystemObject
Value to assign to the property

Return Value

Type: Object

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

See Also