ITypeDescriptor.ContainsReadOnly Property
Determines whether this type descriptor or one of its children represent a read-only data structure.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ContainsReadOnly As Boolean
Get
'Usage
Dim instance As ITypeDescriptor
Dim value As Boolean
value = instance.ContainsReadOnly
bool ContainsReadOnly { get; }
Property Value
Type: System.Boolean
true if this type descriptor or one of its children represent a read-only data structure; otherwise, false.