TeamFoundationJobReportingHistory.HistoryId Property

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

Syntax

'Declaration
Public Property HistoryId As Long
public long HistoryId { get; set; }
public:
property long long HistoryId {
    long long get ();
    void set (long long value);
}
member HistoryId : int64 with get, set
function get HistoryId () : long 
function set HistoryId (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingHistory Class

Microsoft.TeamFoundation.Framework.Server Namespace