WebFileOrderSettingsSpeciesObservationFieldIds Property |
Species observation field ids.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<int> SpeciesObservationFieldIds { get; set; }
Public Property SpeciesObservationFieldIds As List(Of Integer)
Get
Set
public:
property List<int>^ SpeciesObservationFieldIds {
List<int>^ get ();
void set (List<int>^ value);
}
member SpeciesObservationFieldIds : List<int> with get, set
Property Value
Type:
ListInt32Remarks
Used for the following type of file orders:
- (FileOrderTypeId.SpeciesObservations, FileOrderFileTypeId.ExcelXlsx)
See Also