AddUserTimeNonWorkShiftModelGeoValidate Property | |
Apply geo-validation rules to this transaction
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool GeoValidate { get; set; }
function get_GeoValidate();
function set_GeoValidate(value);
Property Value
BooleanRemarks
Apply geo-validation rules to this transaction. If true then geo validation rules will be used to validate this transaction of the user has a geo-validation rule enabled.
When this value is enabled and a geo-rule is not met then an exception will be thrown. For example if you have a geo-rule where users can only login within 500ft of a work location
and the requests geo-coordinates are not within that range then an exception will be thrown.
Example true/false
See Also