Click or drag to resize
WebSpeciesObservationSearchCriteriaBirdNestActivityLimit Property
Limit returned observations based on bird nest activity level. Only bird observations in Artportalen are affected by this search criteria. Only bird observations with the specified bird nest activity level or stronger may be returned. Observation of other organism groups (not birds) are not affected by this search criteria. Use method GetBirdNestActivities() in web service SwedishSpeciesObservationService to retrieve currently used bird nest activities. Property BirdNestActivityLimit should be set to the Id value of the selected bird nest activity. Set property IsBirdNestActivityLimitSpecified to true if this property is used.

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public int BirdNestActivityLimit { get; set; }

Property Value

Type: Int32
See Also