Gets the lookup groups this admin uses.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
IList<string> Groups { get; }
ReadOnly Property Groups As IList(Of String) Get
property IList<String^>^ Groups { IList<String^>^ get (); }
/** @property */ IList<String> get_Groups()
See Also