다음을 통해 공유


EditableAspMenuNode.DisallowEdit property

The server code uses this flag to specify that this node cannot be edited.

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

Syntax

'Declaration
Public Property DisallowEdit As Boolean
    Get
    Set
'Usage
Dim instance As EditableAspMenuNode
Dim value As Boolean

value = instance.DisallowEdit

instance.DisallowEdit = value
public bool DisallowEdit { get; set; }

Property value

Type: System.Boolean

Remarks

(to client)

See also

Reference

EditableAspMenuNode class

EditableAspMenuNode members

Microsoft.SharePoint.Navigation namespace