Click or drag to resize

GetUserIPAccessModelAllowPunch Property

Does this IP access policy allow site punches

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

Property Value

Boolean
Remarks
Does this IP access policy allow site punches.

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