IGHAObjectDeleteObject Method |
[This is preliminary documentation and is subject to change.]
Deletes a child object of the calling object matching the specified name
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxObject DeleteObject(
string name
)
Parameters
- name
- Type: SystemString
Object name
Return Value
Type:
ObjectTrue if object is succesfully deleted, false if not
See Also