UserBusinessRuleExecutionSessionScript Property |
Gets the script.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Script Script { get; }
Public ReadOnly Property Script As Script
Get
public:
property Script^ Script {
Script^ get ();
}
member Script : Script with get
Property Value
Type:
Script
The script.
See Also