LogClientIpAddress Property |
Gets or sets the IP address of the client.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string IpAddress { get; set; }
Public Property IpAddress As String
Get
Set
public:
property String^ IpAddress {
String^ get ();
void set (String^ value);
}
member IpAddress : string with get, set
Property Value
Type:
StringSee Also