Proprietà DynamicValue.IsReadOnly

 

Ottiene un valore che indica se l'oggetto DynamicValue è di sola lettura.

Spazio dei nomi:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

[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

Valore proprietà

Type: System.Boolean

true se l'oggetto DynamicValue è di sola lettura. In caso contrario, false.

Implementazioni

ICollection<T>.IsReadOnlyICollection<T>.IsReadOnly

Vedere anche

Classe DynamicValue
Spazio dei nomi Microsoft.Activities

Torna all'inizio