Share via


ReportHistorySnapshot.HistoryID Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property HistoryID As String
'Usage
Dim instance As ReportHistorySnapshot 
Dim value As String 

value = instance.HistoryID

instance.HistoryID = value
public string HistoryID { get; set; }
public:
property String^ HistoryID {
    String^ get ();
    void set (String^ value);
}
public function get HistoryID () : String 
public function set HistoryID (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ReportHistorySnapshot Class

ReportHistorySnapshot Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace