TeamFoundationJobReportingHistory.AgentId Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingHistory Class

Microsoft.TeamFoundation.Framework.Server Namespace