HistoryID 屬性
Gets or sets the ID of the report history snapshot.
命名空間: ReportService2006
組件: ReportService2006 (在 ReportService2006.dll 中)
語法
'宣告
Public Property HistoryID As String
Get
Set
'用途
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);
}
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 report history snapshot.