TypeDescriptor.IsReadOnly property
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As TypeDescriptor
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Property value
Type: System.Boolean