次の方法で共有


ExtensionParameter.ReadOnly プロパティ

設定が読み取り専用かどうかを示します。

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

構文

'宣言
Public Property ReadOnly As Boolean 
    Get 
    Set
'使用
Dim instance As ExtensionParameter 
Dim value As Boolean 

value = instance.ReadOnly

instance.ReadOnly = value
public bool ReadOnly { get; set; }
public:
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
member ReadOnly : bool with get, set
function get ReadOnly () : boolean 
function set ReadOnly (value : boolean)

プロパティ値

型: System.Boolean
読み取り専用の Boolean 値です。

関連項目

参照

ExtensionParameter クラス

ReportService2005 名前空間