Share via


TestCategoryId.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 TestCategoryId
'Usage
Dim value As TestCategoryId 

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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestCategoryId

.NET Framework Security

See Also

Reference

TestCategoryId Class

TestCategoryId Members

Microsoft.VisualStudio.TestTools.Common Namespace