Gets or sets the IP address.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

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

Field Value

The IP.

See Also

Comment Class
BlogEngine.Core Namespace