Gets whether the user is a contact

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

Syntax

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

See Also