Share via


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.

See also

Reference

SummaryLinkFieldValue class

SummaryLinkFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace