ToolBoxTab::Name Property

 

Gets or sets the name of the object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the object.

Return to top
Show: