IGHAObjectAddToGroup 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:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntaxbool AddToGroup(
string groupName,
bool groupableOverride = false
)
Parameters
- groupName
- Type: SystemString
Name of group - groupableOverride (Optional)
- Type: SystemBoolean
Disables groupability check
Return Value
Type:
BooleanFalse if unable to add to the group
See Also