ExtensionParameter.ReadOnly プロパティ
設定が読み取り専用かどうかを示す値を取得します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.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
拡張機能の設定が読み取り専用である場合は true、読み取り専用でない場合は false です。