Share via


TestResultId.TestId Property

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

Syntax

'Declaration
Public ReadOnly Property TestId As TestId
'Usage
Dim instance As TestResultId 
Dim value As TestId 

value = instance.TestId
public TestId TestId { get; }
public:
property TestId^ TestId {
    TestId^ get ();
}
public function get TestId () : TestId

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestId

.NET Framework Security

See Also

Reference

TestResultId Class

TestResultId Members

Microsoft.VisualStudio.TestTools.Common Namespace