DynamicValue.IsReadOnly Propriedade

 

Obtém um valor que indica se o DynamicValue é somente leitura.

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

Sintaxe

[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

Valor de propriedade

Type: System.Boolean

true se o DynamicValue for somente leitura; caso contrário, false.

Implementações

ICollection<T>.IsReadOnlyICollection<T>.IsReadOnly

Consulte também

Classe DynamicValue
Namespace Microsoft.Activities

Retornar ao topo