IpAddressResultHostIPAddress Property |
The host IP address.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic string HostIPAddress { get; set; }
Public Property HostIPAddress As String
Get
Set
public:
property String^ HostIPAddress {
String^ get ();
void set (String^ value);
}
member HostIPAddress : string with get, set
Property Value
Type:
String
See Also