Click or drag to resize

IGHAObjectRemoveFromGroup Method

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

Removes this instance from the specified group. Deletes the group if empty

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

Parameters

groupName
Type: SystemString
Name of group

Return Value

Type: Boolean
False if unable to remove from the group
See Also