Share via


SPFieldMultiColumnValue Constructor (String)

Initializes a new instance of the SPFieldMultiColumnValue class based on the specified field value.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Sub New ( _
    fieldValue As String _
)
'Usage
Dim fieldValue As String

Dim instance As New SPFieldMultiColumnValue(fieldValue)
public SPFieldMultiColumnValue(
    string fieldValue
)

Parameters

  • fieldValue
    Type: System.String

    The values of the columns separated by delimiter characters (;#), for example, "MyFirstValue;# MySecondValue;#MyThirdValue".

Remarks

Use the Item property to get or set the value of a specific "column".

See Also

Reference

SPFieldMultiColumnValue Class

SPFieldMultiColumnValue Members

SPFieldMultiColumnValue Overload

Microsoft.SharePoint Namespace