Share via


TestResultMessage.ComputerName Property

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

Syntax

'Declaration
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")> _
Public ReadOnly Property ComputerName As String
'Usage
Dim instance As TestResultMessage 
Dim value As String 

value = instance.ComputerName
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
public string ComputerName { get; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
public:
property String^ ComputerName {
    String^ get ();
}
public function get ComputerName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TestResultMessage Class

TestResultMessage Members

Microsoft.VisualStudio.TestTools.Common Namespace