WebSpeciesObservationSearchCriteriaIncludeRedListCategories Property |
Search observations based on taxa that is
readlisted in any of the specified red list categories.
If property IncludeRedListCategories is not empty
all taxa that is redlisted in any of the specified
red list categories are added to property TaxonIds
by the web service.
Provided red list categories must be among the values
DD, RE, CR, EN, VU or NT in the enum RedListCategory.
The other values in enum RedListCategory are not valid
search criterias.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<RedListCategory> IncludeRedListCategories { get; set; }
Public Property IncludeRedListCategories As List(Of RedListCategory)
Get
Set
public:
property List<RedListCategory>^ IncludeRedListCategories {
List<RedListCategory>^ get ();
void set (List<RedListCategory>^ value);
}
member IncludeRedListCategories : List<RedListCategory> with get, set
Property Value
Type:
ListRedListCategorySee Also