Share via


DynamicValue.IsReadOnly プロパティ

 

DynamicValue が読み取り専用かどうかを示す値を取得します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public bool IsReadOnly { get; }
public:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property bool IsReadOnly {
    virtual bool get() sealed;
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract IsReadOnly : bool with get
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
override IsReadOnly : bool with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public ReadOnly Property IsReadOnly As Boolean

プロパティ値

Type: System.Boolean

DynamicValue が読み取り専用の場合は true、読み取り専用ではない場合は false

実装

ICollection<T>.IsReadOnlyICollection<T>.IsReadOnly

参照

DynamicValue クラス
Microsoft.Activities 名前空間

トップに戻る