QuickAccessMenu.DataSourceId Property
Gets or sets the DataSource used to populate this control, with appropriate actions.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property DataSourceId As String
Get
Set
'Usage
Dim instance As QuickAccessMenu
Dim value As String
value = instance.DataSourceId
instance.DataSourceId = value
public string DataSourceId { get; set; }
Property Value
Type: System.String
A string that represents the DataSource that is used to generate the menus rendered on the page.