GetUserIPAccessModelAllowPunch Property | |
Does this IP access policy allow site punches
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool AllowPunch { get; set; }
function get_AllowPunch();
function set_AllowPunch(value);
Property Value
BooleanRemarks
Does this IP access policy allow site punches.
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