Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating whether the field is read-only.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ReadOnly As Boolean
Get
'Usage
Dim instance As SPMobileComputedField
Dim value As Boolean
value = instance.ReadOnly
public override bool ReadOnly { get; }
Property Value
Type: System.Boolean
true if the field is read-only; otherwise, false.
Remarks
This override always returns true.