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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.