Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the MenuTemplate that this menu should use.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Template As MenuTemplate
Get
Set
'Usage
Dim instance As Menu
Dim value As MenuTemplate
value = instance.Template
instance.Template = value
[BrowsableAttribute(false)]
public MenuTemplate Template { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.MenuTemplate