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::Id Property

 

Gets or sets the ID for this test result message.

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

public:
property TestResultId^ Id {
	TestResultId^ get();
	internal: void set(TestResultId^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TestResultId^

The ID for this test result message.

Return to top
Show: