Click or drag to resize
Galactic API

GroupRemoveMember Method

Removes a security principal from the group.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool RemoveMember(
	SecurityPrincipal principal
)

Parameters

principal
Type: Galactic.ActiveDirectorySecurityPrincipal
The principal to remove.

Return Value

Type: Boolean
True if the principal was removed, false otherwise.
See Also