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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Sections As List(Of SPRibbonMenuSection)
Get
'Usage
Dim instance As SPRibbonMenu
Dim value As List(Of SPRibbonMenuSection)
value = instance.Sections
public List<SPRibbonMenuSection> Sections { get; }
Property Value
Type: System.Collections.Generic.List<SPRibbonMenuSection>