WebSpeciesObservationChangeCreatedSpeciesObservations Property |
Information about created species observations.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebSpeciesObservation> CreatedSpeciesObservations { get; set; }
Public Property CreatedSpeciesObservations As List(Of WebSpeciesObservation)
Get
Set
public:
property List<WebSpeciesObservation^>^ CreatedSpeciesObservations {
List<WebSpeciesObservation^>^ get ();
void set (List<WebSpeciesObservation^>^ value);
}
member CreatedSpeciesObservations : List<WebSpeciesObservation> with get, set
Property Value
Type:
ListWebSpeciesObservationSee Also