Share via


Test.AutomatedTestId Property

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

'Declaration
Public Property AutomatedTestId As Guid
public Guid AutomatedTestId { get; internal set; }
public:
property Guid AutomatedTestId {
    Guid get ();
    internal: void set (Guid value);
}
member AutomatedTestId : Guid with get, internal set
function get AutomatedTestId () : Guid 
internal function set AutomatedTestId (value : Guid)

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace