WebSpeciesObservationSpecificationFields Property |
Species observation fields that are
included in the specification.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebSpeciesObservationFieldSpecification> Fields { get; set; }
Public Property Fields As List(Of WebSpeciesObservationFieldSpecification)
Get
Set
public:
property List<WebSpeciesObservationFieldSpecification^>^ Fields {
List<WebSpeciesObservationFieldSpecification^>^ get ();
void set (List<WebSpeciesObservationFieldSpecification^>^ value);
}
member Fields : List<WebSpeciesObservationFieldSpecification> with get, set
Property Value
Type:
ListWebSpeciesObservationFieldSpecificationSee Also