Click or drag to resize

IGHAObjectGetValue Method

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

Returns the value of the specified property

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

Parameters

name
Type: SystemString
Name of property whose value is to be retrieved

Return Value

Type: Object
Value of the specified property
See Also