| SecurityPrincipalAddToGroup Method |
Adds this principal to the supplied group.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool AddToGroup(
Guid guid
)
Public Function AddToGroup (
guid As Guid
) As Boolean
public:
bool AddToGroup(
Guid guid
)
member AddToGroup :
guid : Guid -> bool
Parameters
- guid
- Type: SystemGuid
The GUID of the group to add the principal to.
Return Value
Type:
BooleanTrue if the principal was added, false otherwise.
See Also