Click or drag to resize

IGHAObjectSetValue Method (String, Object, Int32)

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

Internal use only

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (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:GHASchema.IGHAObject.SetValue(System.String,System.Object,System.Int32)"]

value
Type: SystemObject

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

flags
Type: SystemInt32

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

Return Value

Type: Object

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

See Also