DynamicValue.IsReadOnly 속성

 

DynamicValue가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

구문

[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 네임스페이스

맨 위로 이동