UserInfoModelIPAccessPolicy Property | |
Gets or sets IP Access policy name for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string IPAccessPolicy { get; set; }
function get_IPAccessPolicy();
function set_IPAccessPolicy(value);
Property Value
StringRemarks
This value represents the IP Access policy name. IP Access policy is used to restrict users from accessing the system from non-approved networks.
It can also be used to allow employees to access the system from home, but restrict their punching to approved networks.
Note:Value is case insensitive for set operations
Example default
See Also