Test.AutomatedTestId Property

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

Syntax

声明
Public Property AutomatedTestId As Guid
    Get
    Friend Set
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

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace