Click or drag to resize

AddUserTimeNonWorkShiftModelGeoValidate Property

Apply geo-validation rules to this transaction

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

Property Value

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