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 available groups that are allowed for a SummaryLink object.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Groups As List(Of String)
Get
'Usage
Dim instance As SummaryLinkFieldValue
Dim value As List(Of String)
value = instance.Groups
public List<string> Groups { get; }
Property Value
Type: System.Collections.Generic.List<String>
The collection of available groups that are allowed for a SummaryLink object.