Share via


SPFieldMultiChoiceValue.Item Property

Gets the value at the specified index in the collection of values.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As String
    Get
'Usage
Dim instance As SPFieldMultiChoiceValue
Dim index As Integer
Dim value As String

value = instance.Item(index)
public string this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the index.

Property Value

Type: System.String
A string that contains the value at the specified index.

See Also

Reference

SPFieldMultiChoiceValue Class

SPFieldMultiChoiceValue Members

Microsoft.SharePoint Namespace