DynamicValue.IsReadOnly Property

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

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

'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public ReadOnly Property IsReadOnly As Boolean 
	Get
'Usage
Dim instance As DynamicValue 
Dim value As Boolean 

value = instance.IsReadOnly

Property Value

Type: System.Boolean
true if the DynamicValue is read only; otherwise, false.

Implements

ICollection(Of T).IsReadOnly
ICollection(Of T).IsReadOnly

Community Additions

ADD
Show: