MobileTaxonomyField.ReadOnly property

Sets the current MobileTaxonomyField object to read-only.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property ReadOnly As Boolean
    Get
'Usage
Dim instance As MobileTaxonomyField
Dim value As Boolean

value = instance.ReadOnly
public bool ReadOnly { get; }

Property value

Type: System.Boolean
Returns Boolean.

Remarks

The object is currently read-only because the Managed Keywords field is read-only for mobile page.

See also

Reference

MobileTaxonomyField class

MobileTaxonomyField members

Microsoft.SharePoint.Client.Taxonomy namespace