DynamicValue.IsReadOnly Property

 

Gets a value that indicates whether the DynamicValue is read only.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[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

Property Value

Type: System.Boolean

true if the DynamicValue is read only; otherwise, false.

Implements

ICollection<T>.IsReadOnlyICollection<T>.IsReadOnly

See Also

DynamicValue Class
Microsoft.Activities Namespace

Return to top