SummaryLinkFieldValue.DisplayColumns property

Gets or sets the number of columns to use when rendering the data.

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

Syntax

'Declaration
Public Property DisplayColumns As Integer
    Get
    Set
'Usage
Dim instance As SummaryLinkFieldValue
Dim value As Integer

value = instance.DisplayColumns

instance.DisplayColumns = value
public int DisplayColumns { get; set; }

Property value

Type: System.Int32
An integer that represents the number of columns to use when rendering the data.

See also

Reference

SummaryLinkFieldValue class

SummaryLinkFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace