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 the hash table containing the name/value pairs for the menu items.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As Hashtable
Get
'Usage
Dim instance As HtmlMenuButton
Dim value As Hashtable
value = instance.Parameters
public Hashtable Parameters { get; }
Property Value
Type: System.Collections.Hashtable
The hash table containing the name/value pairs for the menu items.