Click or drag to resize

UserIPAccessPolicyDetailIPAddress Property

The physical IP address of the IP or IP range

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string IPAddress { get; set; }

Property Value

String
Remarks
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