Click or drag to resize

IGHARemoteObjectAddToGroup Method

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

Adds this instance to the specified group. Creates the group if it does not exist

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

Parameters

groupName
Type: SystemString
Name of group

Return Value

Type: Boolean
False if unable to add to the group
See Also