Click or drag to resize

IGHARemoteObjectSetValue Method (String, Object, Int32)

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

Internal use only

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

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:RemoteLib.IGHARemoteObject.SetValue(System.String,System.Object,System.Int32)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:RemoteLib.IGHARemoteObject.SetValue(System.String,System.Object,System.Int32)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:RemoteLib.IGHARemoteObject.SetValue(System.String,System.Object,System.Int32)"]

Return Value

Type: Object

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

See Also