Compartir a través de


ItemHistorySnapshot.HistoryID Propiedad

Gets or sets the ID of the item history snapshot.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property HistoryID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value that contains the ID of the item history snapshot.

Vea también

Referencia

ItemHistorySnapshot Clase

Espacio de nombres ReportService2010