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