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

 

Gets the name of the computer that executed the associated test run or test.

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

public:
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
property String^ ComputerName {
	String^ get();
}

Property Value

Type: System::String^

The name of the computer that executed the test run.

Return to top
Show: