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
Syntax public bool? ValidateGeoLocation { get; set; }
function get_ValidateGeoLocation();
function set_ValidateGeoLocation(value);
Property Value
NullableBooleanRemarks
If true this value will allow validation for latitude and longitude. The default for this value is false
Example true
See Also