WebPersonTaxonNameTypeId Property |
Selected Taxon name type id. Id represents the name type in the taxonomic database called Dyntaxa.
Not null. It is by default set to 0 which correspond to Scientific names. It should reflect the persons preferens for how taxon names should be presented.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public int TaxonNameTypeId { get; set; }
Public Property TaxonNameTypeId As Integer
Get
Set
public:
property int TaxonNameTypeId {
int get ();
void set (int value);
}
member TaxonNameTypeId : int with get, set
Property Value
Type:
Int32See Also