SummaryLinkFieldValue.Groups Property
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.