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)
Available in Sandboxed Solutions: No
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.