Share via


SummaryLinkFieldValue.LinkStyle property

Gets or sets the default style for links.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property LinkStyle As String
    Get
    Set
'Usage
Dim instance As SummaryLinkFieldValue
Dim value As String

value = instance.LinkStyle

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

Property value

Type: System.String
The default style for links.

See also

Reference

SummaryLinkFieldValue class

SummaryLinkFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace