WebTaxonIsGraded Property |
Indicates if this taxon has been graded or not.
Grading is when a taxon changes taxon category.
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 bool IsGraded { get; set; }
Public Property IsGraded As Boolean
Get
Set
public:
property bool IsGraded {
bool get ();
void set (bool value);
}
member IsGraded : bool with get, set
Property Value
Type:
BooleanSee Also