WorkflowItemsPresenter::IsDefaultContainer Property

.NET Framework (current version)
 

Gets or sets a Boolean value that indicates whether the current designer is the default container.

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

public:
property bool IsDefaultContainer {
	virtual bool get() sealed;
	virtual void set(bool value) sealed;
}

Property Value

Type: System::Boolean

true if the current designer is the default container; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: