WorkflowArgument.ArgumentType Property

Definition

Gets or sets the data type of the workflow argument.

public:
 property Type ^ ArgumentType { Type ^ get(); void set(Type ^ value); };
public Type ArgumentType { get; set; }
member this.ArgumentType : Type with get, set
Public Property ArgumentType As Type

Property Value

The data type of the workflow argument.

Applies to