SPFieldMultiChoiceValue constructor (String)

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

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

Syntax

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

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

Parameters

See also

Reference

SPFieldMultiChoiceValue class

SPFieldMultiChoiceValue members

SPFieldMultiChoiceValue overload

Microsoft.SharePoint namespace