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