WebSpeciesFactSearchCriteriaHostIds Property |
Search for species facts that are related to specified
hosts. Host ids are taxon ids according to Dyntaxa.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic List<int> HostIds { get; set; }
Public Property HostIds As List(Of Integer)
Get
Set
public:
property List<int>^ HostIds {
List<int>^ get ();
void set (List<int>^ value);
}
member HostIds : List<int> with get, set
Property Value
Type:
ListInt32
See Also