Click or drag to resize

IGHAObjectSetValue Method (String, Object)

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

Sets the specified property to the specified value

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

Parameters

name
Type: SystemString
Name of property to set
value
Type: SystemObject
Value to which to set the property

Return Value

Type: Object
null
See Also