IContentTypeDefinition::Name Property

 

Gets the case-insensitive name of the content type.

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

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

Property Value

Type: System::String^

The case-insensitive name of the content type.

Return to top
Show: