UserBusinessRuleUserStartable Property |
Specifies, that the rule can be manually started by the user. [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool UserStartable { get; set; }
Public Property UserStartable As Boolean
Get
Set
public:
property bool UserStartable {
bool get ();
void set (bool value);
}
member UserStartable : bool with get, set
Property Value
Type:
Boolean
See Also