WebDarwinCoreOccurrenceIsPositiveObservation Property |
Not defined in Darwin Core.
Indicates if this observation is a positive observation.
"Positive observation" is a normal observation indicating
that a species has been seen at a specified location.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool IsPositiveObservation { get; set; }
Public Property IsPositiveObservation As Boolean
Get
Set
public:
property bool IsPositiveObservation {
bool get ();
void set (bool value);
}
member IsPositiveObservation : bool with get, set
Property Value
Type:
BooleanSee Also