Click or drag to resize

GetUserIPAccessModelAllowSiteAccess Property

Does this IP access policy allow site access to any of the web sites

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

Property Value

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