| SecurityPrincipalRemoveFromGroup Method |
Removes this principal from 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 RemoveFromGroup(
Guid guid
)
Public Function RemoveFromGroup (
guid As Guid
) As Boolean
public:
bool RemoveFromGroup(
Guid guid
)
member RemoveFromGroup :
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