NavigationTermSetItem.IsReadOnly property

Gets a Boolean value that indicates whether the object is in “read-only” mode or “editable” mode.

Namespace:  Microsoft.SharePoint.Client.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

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

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

Property value

Type: System.Boolean
If the object is in the “read-only” mode, true; otherwise, false.

Remarks

The NavigationTerm object and the NavigationTermSet object have two modes: an "editable" mode and a "read-only" mode.

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Client.Publishing.Navigation namespace