IsMultiArguments Property (ExpressionItem)
In This Topic
Gets or sets a value indicating whether the expression element has an argument range.
Syntax
'Declaration
Public Property IsMultiArguments As Boolean
public bool IsMultiArguments {get; set;}
See Also