IGHAObjectGetObject Method (Uri) |
[This is preliminary documentation and is subject to change.]
Returns an object at the specified absolute Uri
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxIGHAObject GetObject(
Uri path
)
Parameters
- path
- Type: SystemUri
Absolute Uri pointing to the requested object
Return Value
Type:
IGHAObjectThe requested object if it exists, null if it does not
See Also