SPFieldMultiChoiceValue.Add method

Adds a value to the collection of multichoice values.

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

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