TestResultMessage.ComputerName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the computer that executed the associated test run or test.
public:
property System::String ^ ComputerName { System::String ^ get(); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_ComputerName")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
public string ComputerName { get; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_ComputerName")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")>]
member this.ComputerName : string
Public ReadOnly Property ComputerName As String
Property Value
The name of the computer that executed the test run.
- Attributes