MenuItemTemplate.UseShortId property
Sets or retrieves a value that indicates whether the control uses the short version of the control 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 MenuItemTemplate
Dim value As Boolean
value = instance.UseShortId
instance.UseShortId = value
public bool UseShortId { get; set; }
Property value
Type: System.Boolean
true to use the short version of the identifier; otherwise, false. The default is false.