Click or drag to resize

IGHARemoteObjectDeleteObject Method

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

Delete the child object of the given namne

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Object DeleteObject(
	string name
)

Parameters

name
Type: SystemString
Name of the child object to delete

Return Value

Type: Object

[Missing <returns> documentation for "M:RemoteLib.IGHARemoteObject.DeleteObject(System.String)"]

See Also