Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultMessage::MessageKind Property

 

Gets or sets the kind of test result message for this associated test result message.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property TestMessageKind MessageKind {
	TestMessageKind get();
	void set(TestMessageKind value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TestMessageKind

The kind of test result message for this test result message.

Return to top
Show: