CalculatedAttributeExpressionParameter1Type 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<ExpressionParameterType> Parameter1Type { get; set; }
Public Property Parameter1Type As Nullable(Of ExpressionParameterType)
Get
Set
public:
property Nullable<ExpressionParameterType^>^ Parameter1Type {
Nullable<ExpressionParameterType^>^ get ();
void set (Nullable<ExpressionParameterType^>^ value);
}
member Parameter1Type : Nullable<ExpressionParameterType> with get, set
Property Value
Type:
NullableExpressionParameterType
See Also