Click or drag to resize
SpeciesObservationOccurrenceIsNeverFoundObservation Property
Indicates if this observation is a never found observation. "Never found observation" is an observation that says that the specified species was not found in a location deemed appropriate for the species.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Nullable<bool> IsNeverFoundObservation { get; set; }

Property Value

Type: NullableBoolean

Implements

ISpeciesObservationOccurrenceIsNeverFoundObservation
See Also