TypeBrowserDialog::ISite::Name Property
.NET Framework (current version)
Gets or sets name of the component associated with the type browser dialog.
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::NameThis property is required because TypeBrowserDialog implements ISite.
.NET Framework
Available since 3.0
Available since 3.0
Show: