GenerationOptionsStartedBy Property |
Gets or sets whether a generation was started automatically by the system or manually by the user.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic StartedBy StartedBy { get; set; }
Public Property StartedBy As StartedBy
Get
Set
public:
property StartedBy^ StartedBy {
StartedBy^ get ();
void set (StartedBy^ value);
}
member StartedBy : StartedBy with get, set
Property Value
Type:
StartedBy
See Also