TeamFoundationJobReportingHistory.AgentId Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- 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.