Click or drag to resize

IGHAObjectGetObject Method (Guid)

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

Returns the object with the requested Object ID

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
IGHAObject GetObject(
	Guid ObjectID
)

Parameters

ObjectID
Type: SystemGuid
Guid of the requested object

Return Value

Type: IGHAObject
The object if it exists, null if it does not
See Also