WorkflowItemsPresenter::DroppingTypeResolvingOptions Property

.NET Framework (current version)
 

Gets or sets the object for resolving types used by the WorkflowItemPresenter.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property TypeResolvingOptions^ DroppingTypeResolvingOptions {
	virtual TypeResolvingOptions^ get() sealed;
	virtual void set(TypeResolvingOptions^ value) sealed;
}

.NET Framework
Available since 4.0
Return to top
Show: