DocumentStateChangeSystemInitiated Property |
Specifies whether the state change was caused by system process or from user action. [Required] [Default(false)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool SystemInitiated { get; set; }
Public Property SystemInitiated As Boolean
Get
Set
public:
property bool SystemInitiated {
bool get ();
void set (bool value);
}
member SystemInitiated : bool with get, set
Property Value
Type:
Boolean
See Also