  | GroupRemoveMembers Method  | 
 
            Removes security principals from the group.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic bool RemoveMembers(
	List<SecurityPrincipal> principals
)
Public Function RemoveMembers ( 
	principals As List(Of SecurityPrincipal)
) As Boolean
public:
bool RemoveMembers(
	List<SecurityPrincipal^>^ principals
)
member RemoveMembers : 
        principals : List<SecurityPrincipal> -> bool 
Parameters
- principals
 - Type: System.Collections.GenericListSecurityPrincipal
The principals to remove. 
Return Value
Type: 
BooleanTrue if the principals were removed, false otherwise.
See Also