ITransitionIsDefault Property
|
Gets and sets whether the transition is the default for a given
Work State.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsDefault { get; set; }
Property IsDefault As Boolean
Get
Set
property bool IsDefault {
bool get ();
void set (bool value);
}
abstract IsDefault : bool with get, set
Property Value
Type:
BooleanSee Also