IOrderable::Name Property

 

Gets the name of the part

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

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

Property Value

Type: System::String^

The name of the part.

This property uniquely identifies a part with respect to parts of the same type.

Return to top
Show: