TypeBrowserDialog::ISite::Name Property

 

Gets or sets name of the component associated with the type browser dialog.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
property String^ Name {
	virtual String^ get() sealed = ISite::Name::get;
	virtual void set(String^ value) sealed = ISite::Name::set;
}

Property Value

Type: System::String^

The name of the component associated with the type browser dialog.

Implements

ISite::Name

This property is required because TypeBrowserDialog implements ISite.

.NET Framework
Available since 3.0
Return to top
Show: