HangReportContribution::Content Property

 

Gets the content of the hang report.

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

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

Property Value

Type: System::String^

The content.

Return to top
Show: