HtmlMenuButton.Parameters Property
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
System.Collections.Hashtable. The hash table containing the name/value pairs for the menu items.