Gets the groups

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

Syntax

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

See Also