Share via


MenuTemplate.UseShortId property

Gets or sets a value that indicates whether to use the short identifier of the menu item.

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

Syntax

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

value = instance.UseShortId

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

Property value

Type: System.Boolean
true if the short identifier is to be used; otherwise, false.

See also

Reference

MenuTemplate class

MenuTemplate members

Microsoft.SharePoint.WebControls namespace