WebDarwinCoreTaxonHigherClassification Property |
Darwin Core term name: higherClassification.
A list (concatenated and separated) of taxa names
terminating at the rank immediately superior to the
taxon referenced in the taxon record.
Recommended best practice is to order the list
starting with the highest rank and separating the names
for each rank with a semi-colon (";").
This property is currently not used.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string HigherClassification { get; set; }
Public Property HigherClassification As String
Get
Set
public:
property String^ HigherClassification {
String^ get ();
void set (String^ value);
}
member HigherClassification : string with get, set
Property Value
Type:
StringSee Also