Share via


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