ToolBarMenuButton.ViewId property
ListId: [ReadOnly property] Guid type list id determined by RenderContext.ViewContext
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ViewId As Guid
Get
'Usage
Dim instance As ToolBarMenuButton
Dim value As Guid
value = instance.ViewId
public Guid ViewId { get; }
Property value
Type: System.Guid