GetUserIPAccessModelAllowSiteAccess Property | |
Does this IP access policy allow site access to any of the web sites
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool AllowSiteAccess { get; set; }
function get_AllowSiteAccess();
function set_AllowSiteAccess(value);
Property Value
BooleanRemarks
Does this IP access policy allow site access to any of the web sites. This includes the main web site, the web mobile application and the kiosk application.
Note |
---|
This value is set per IP policy and can only be turned on/off for the entire IP policy.
If the requested EmpIdentifier is not found then this value will return false.
|
Example true
See Also