Gets whether the calling user is a member of this group

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

Syntax

C#
public bool YouIsMember { get; internal set; }
Visual Basic (Declaration)
Public Property YouIsMember As Boolean
Visual C++
public:
property bool YouIsMember {
	bool get ();
	void set (bool value);
}

See Also