Zdieľať cez


WorkflowArgument.ContainerType Property

Definition

Gets or sets the collection type that can contain the workflow argument.

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

Property Value

The collection type that can contain the workflow argument.

Applies to