SPDataSourceViewPropertyDescriptor.IsReadOnly Property
Gets a Boolean value that indicates whether the property is read-only.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As SPDataSourceViewPropertyDescriptor
Dim value As Boolean
value = instance.IsReadOnly
public override bool IsReadOnly { get; }
Property Value
Type: System.Boolean
true
See Also
Reference
SPDataSourceViewPropertyDescriptor Class