Share via


TestId.Empty Property

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

Syntax

'Declaration
Public Shared ReadOnly Property Empty As TestId
'Usage
Dim value As TestId 

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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestId

.NET Framework Security

See Also

Reference

TestId Class

TestId Members

Microsoft.VisualStudio.TestTools.Common Namespace