TimeSlicePreModelValidateGeoLocation Property |  |
Gets or sets ValidateGeoLocation
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic bool? ValidateGeoLocation { get; set; }
function get_ValidateGeoLocation();
function set_ValidateGeoLocation(value);
Property Value
NullableBoolean
Remarks
If true this value will allow validation for latitude and longitude. The default for this value is false
Exampletrue
See Also