WebTaxonRelationIsMainRelation Property |
Indicates if this taxon relation is a main relation or not.
Only main relations are used to form the standard taxon tree.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool IsMainRelation { get; set; }
Public Property IsMainRelation As Boolean
Get
Set
public:
property bool IsMainRelation {
bool get ();
void set (bool value);
}
member IsMainRelation : bool with get, set
Property Value
Type:
BooleanSee Also