SPMobileBusinessDataField.ReadOnly Property
Gets a value that indicates whether the business data field is read-only on mobile pages.
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 SPMobileBusinessDataField
Dim value As Boolean
value = instance.ReadOnly
public override bool ReadOnly { get; }
Property Value
Type: System.Boolean
true if the business data field is read-only; otherwise, false.
Remarks
This override always returns true.
See Also
Reference
SPMobileBusinessDataField Class