Share via


ITypeDescriptor.IsReadOnly Property

Determines whether this type descriptor represents a read-only data structure.

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

Syntax

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

value = instance.IsReadOnly
bool IsReadOnly { get; }

Property Value

Type: System.Boolean
true if the type descriptor represents a read-only data structure; otherwise, false.

See Also

Reference

ITypeDescriptor Interface

ITypeDescriptor Members

Microsoft.BusinessData.MetadataModel Namespace