TestListCategoryId.Id Property

Gets the ID for the associated test list.

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

Syntax

'Declaration
Public ReadOnly Property Id As Guid
public Guid Id { get; }
public:
property Guid Id {
    Guid get ();
}
member Id : Guid
function get Id () : Guid

Property Value

Type: System.Guid
The ID for the associated test list.

.NET Framework Security

See Also

Reference

TestListCategoryId Class

Microsoft.VisualStudio.TestTools.Common Namespace