ItemHistorySnapshot.HistoryID 属性

Gets or sets the ID of the item history snapshot.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property HistoryID As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

ItemHistorySnapshot 类

ReportService2010 命名空间