WebSpeciesObservationFieldSearchCriteriaLocale Property |
Search fields based on information related to this locale.
This search criteria is optional and for many data
types it is not relevant. For example data and time
fields does not use this property.
The value of this property Locale may be different from the
value of property Locale in class WebClientInformation.
Information returned from a web service call uses the locale
specified in class WebClientInformation.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public WebLocale Locale { get; set; }
Public Property Locale As WebLocale
Get
Set
public:
property WebLocale^ Locale {
WebLocale^ get ();
void set (WebLocale^ value);
}
member Locale : WebLocale with get, set
Property Value
Type:
WebLocaleSee Also