Click or drag to resize

UserInfoModelIPAccessPolicy Property

Gets or sets IP Access policy name for a user

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

Property Value

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