Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the ID of the item history snapshot.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property HistoryID As String
Get
Set
'Usage
Dim instance As ItemHistorySnapshot
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);
}
member HistoryID : string with get, set
function get HistoryID () : String
function set HistoryID (value : String)
Eigenschaftswert
Typ: System.String
A String value that contains the ID of the item history snapshot.