UserIPAccessPolicyDetailIPAddress Property | |
The physical IP address of the IP or IP range
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string IPAddress { get; set; }
function get_IPAddress();
function set_IPAddress(value);
Property Value
StringRemarks
The physical IP address of the IP or IP range. This IP address can contain a mask such as 10.1.1.* for its setting. This value is controlled and setup in the time-web configuration manager.
Example 127.0.0.1, 155.3.6.*
See Also