Share via


DynamicType.IsReadOnly Property

Gets whether the dynamic type is read-only.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As DynamicType
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }

Property Value

Type: System.Boolean
true if read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

See Also

Reference

DynamicType Class

DynamicType Members

Microsoft.BusinessData.Runtime Namespace