Tip
Iterating over the Group identifiers is an expensive
operation. Store the results if they are needed several times.
public IEnumerable<string> GroupIDs { get; }
Public ReadOnly Property GroupIDs As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ GroupIDs {
IEnumerable<String^>^ get ();
}
member GroupIDs : IEnumerable<string> with get
The method returns each Group identifier only once. null is not a Group identifier. The comparison of Group identifiers is case-insensitive.