UITest.Id Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the unique identifier for the test.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Property Id As Guid
    Get
    Set
'Usage
Dim instance As UITest
Dim value As Guid

value = instance.Id

instance.Id = value
public Guid Id { get; set; }
public:
property Guid Id {
    Guid get ();
    void set (Guid value);
}
member Id : Guid with get, set
function get Id () : Guid
function set Id (value : Guid)

Property Value

Type: System.Guid
The identifier for the test.

.NET Framework Security

See Also

Reference

UITest Class

UITest Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Guid