Click or drag to resize

IGHARemoteObjectRemoveFromGroup Method

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

Removes the object from the specified group

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool RemoveFromGroup(
	string groupName
)

Parameters

groupName
Type: SystemString
Group from which to remove

Return Value

Type: Boolean
Success if true
See Also