SPFieldMultiChoiceValue.Add Method

Adds a value to the collection of multichoice values.

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

Syntax

'Declaration
Public Sub Add ( _
    choiceValue As String _
)
'Usage
Dim instance As SPFieldMultiChoiceValue
Dim choiceValue As String

instance.Add(choiceValue)
public void Add(
    string choiceValue
)

Parameters

  • choiceValue
    Type: System.String

    The value to add to the collection of multichoice values.

See Also

Reference

SPFieldMultiChoiceValue Class

SPFieldMultiChoiceValue Members

Microsoft.SharePoint Namespace