  | SecurityPrincipalGroups Property  | 
 
            The distinguished names of groups that this principal is a member of.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic List<string> Groups { get; }Public ReadOnly Property Groups As List(Of String)
	Get
public:
property List<String^>^ Groups {
	List<String^>^ get ();
}member Groups : List<string> with get
Property Value
Type: 
ListString
See Also