WebDarwinCoreInformationSpeciesObservations Property |
If SpeciesObservationCount is less or equal to
MaxSpeciesObservationCount then species observations
are returned in this property.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebDarwinCore> SpeciesObservations { get; set; }
Public Property SpeciesObservations As List(Of WebDarwinCore)
Get
Set
public:
property List<WebDarwinCore^>^ SpeciesObservations {
List<WebDarwinCore^>^ get ();
void set (List<WebDarwinCore^>^ value);
}
member SpeciesObservations : List<WebDarwinCore> with get, set
Property Value
Type:
ListWebDarwinCoreSee Also