SPMobileNoteField.SPReadOnly property
This member overrides SPMobileBaseFieldControl.SPReadOnly.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property SPReadOnly As Boolean
Get
'Usage
Dim instance As SPMobileNoteField
Dim value As Boolean
value = instance.SPReadOnly
public override bool SPReadOnly { get; }
Property value
Type: System.Boolean