HistoryID プロパティ
アイテム履歴スナップショットの ID を取得または設定します。
名前空間: 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
アイテム履歴スナップショットの ID を含む String 値です。