HangReportContribution::ContentName Property

 

Gets the suggested filename for the content.

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

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

Property Value

Type: System::String^

The suggested filename.

Return to top
Show: