ExpressionNodeArguments Property |
Gets the arguments.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.ExpressionsAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic List<IExpressionNode> Arguments { get; }
Public ReadOnly Property Arguments As List(Of IExpressionNode)
Get
public:
property List<IExpressionNode^>^ Arguments {
List<IExpressionNode^>^ get ();
}
member Arguments : List<IExpressionNode> with get
Property Value
ListIExpressionNode
The arguments.
See Also