Bagikan melalui


HangReportContribution.ContentType Property

Gets the MIME type for the content.

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

Syntax

'Declaration
Public Property ContentType As String
public string ContentType { get; private set; }
public:
property String^ ContentType {
    String^ get ();
    private: void set (String^ value);
}
member ContentType : string with get, private set
function get ContentType () : String 
private function set ContentType (value : String)

Property Value

Type: System.String
The MIME type.

.NET Framework Security

See Also

Reference

HangReportContribution Class

Microsoft.VisualStudio.Threading Namespace