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.