Share via


TreeControl.DefaultMenuID property

Gets the default context menu ID for the tree node.

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

Syntax

'Declaration
Public Property DefaultMenuID As String
    Get
    Set
'Usage
Dim instance As TreeControl
Dim value As String

value = instance.DefaultMenuID

instance.DefaultMenuID = value
public string DefaultMenuID { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace