Gets or sets the group to search in

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

Syntax

C#
public Group Group { get; set; }
Visual Basic (Declaration)
Public Property Group As Group
Visual C++
public:
property Group^ Group {
	Group^ get ();
	void set (Group^ value);
}

See Also