WindowConfiguration::Name Property

 

Sets or gets the name of the object.

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

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

A string representing the name of the object.

There is a 30-character limitation on the length of the name.

Return to top
Show: