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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.