Share via


SPMobileMultiChoiceField.ReadOnly Property

Gets a value that indicates 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 SPMobileMultiChoiceField
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

The value can be true even on an Edit form if rendering limits would cause data loss when the field is edited.

See Also

Reference

SPMobileMultiChoiceField Class

SPMobileMultiChoiceField Members

Microsoft.SharePoint.MobileControls Namespace