ITransitionIsDefault Property
|
Gets and sets whether the transition is the default for a given
Work State.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
See Also