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

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