WorkflowItemsPresenter.AllowedItemType Property

Definition

Gets or sets the type of item supported by the presenter.

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

Property Value

The Type of item supported by the presenter.

Applies to