SummaryLinkFieldValue.GroupStyle property

Gets or sets the default style for 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 Property GroupStyle As String
    Get
    Set
'Usage
Dim instance As SummaryLinkFieldValue
Dim value As String

value = instance.GroupStyle

instance.GroupStyle = value
public string GroupStyle { get; set; }

Property value

Type: System.String
The default style for the available groups that are allowed for a SummaryLink object.

See also

Reference

SummaryLinkFieldValue class

SummaryLinkFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace