次の方法で共有


ModifiedBy プロパティ

キャッシュ更新プランを最後に変更したユーザーを取得します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property ModifiedBy As String
    Get
    Set
'使用
Dim instance As CacheRefreshPlan
Dim value As String

value = instance.ModifiedBy

instance.ModifiedBy = value
public string ModifiedBy { get; set; }
public:
property String^ ModifiedBy {
    String^ get ();
    void set (String^ value);
}
member ModifiedBy : string with get, set
function get ModifiedBy () : String
function set ModifiedBy (value : String)

プロパティ値

型: System. . :: . .String
キャッシュ更新プランを最後に変更したユーザーを表す string 値です。

説明

このプロパティは読み取り専用です。