UserBusinessRuleActionParameter2Type Property |
The type of the parameter specifies how to obtain the parameter value.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<ActionParameterType> Parameter2Type { get; set; }
Public Property Parameter2Type As Nullable(Of ActionParameterType)
Get
Set
public:
property Nullable<ActionParameterType^>^ Parameter2Type {
Nullable<ActionParameterType^>^ get ();
void set (Nullable<ActionParameterType^>^ value);
}
member Parameter2Type : Nullable<ActionParameterType> with get, set
Property Value
Type:
NullableActionParameterType
See Also