WebTaxonIsInRevision Property |
Indicates if this taxon is in a checked out revision
and may be updated.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool IsInRevision { get; set; }
Public Property IsInRevision As Boolean
Get
Set
public:
property bool IsInRevision {
bool get ();
void set (bool value);
}
member IsInRevision : bool with get, set
Property Value
Type:
BooleanSee Also