Ip address of the client

Namespace: White_Tiger.ClientManagement
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public string IP { get; set; }
Visual Basic
Public Property IP As String
	Get
	Set
Visual C++
public:
property String^ IP {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also