Share via


SPFieldMultiColumnValue.ColumnValues property

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

Syntax

'Declaration
Public ReadOnly Property ColumnValues As List(Of String)
    Get
'Usage
Dim instance As SPFieldMultiColumnValue
Dim value As List(Of String)

value = instance.ColumnValues
public List<string> ColumnValues { get; }

Property value

Type: System.Collections.Generic.List<String>

See also

Reference

SPFieldMultiColumnValue class

SPFieldMultiColumnValue members

Microsoft.SharePoint namespace