Menu.UseShortId property

Gets or sets a value that indicates whether the menu uses the short version of the menu identifier.

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

Syntax

'Declaration
Public Property UseShortId As Boolean
    Get
    Set
'Usage
Dim instance As Menu
Dim value As Boolean

value = instance.UseShortId

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

Property value

Type: System.Boolean
true if the menu uses the short version of the menu identifier; otherwise, false.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace