Gets the user groups

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IDictionary<int, Group> Groups { get; internal set; }
Visual Basic (Declaration)
Public Property Groups As IDictionary(Of Integer, Group)
Visual C++
public:
property IDictionary<int, Group^>^ Groups {
	IDictionary<int, Group^>^ get ();
	void set (IDictionary<int, Group^>^ value);
}

See Also