HangReportContribution::ContentType Property

 

Gets the MIME type for the content.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property String^ ContentType {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

The MIME type.

Return to top
Show: