FieldStringValues.Item Property

Gets the string values of the specified field.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    fieldName As String _
) As String
    Get
'Usage
Dim instance As FieldStringValues
Dim fieldName As String
Dim value As String

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

Parameters

  • fieldName
    Type: System.String

    A string that contains the name of the field.

Property Value

Type: System.String
A string that contains the values.

See Also

Reference

FieldStringValues Class

FieldStringValues Members

Microsoft.SharePoint.Client Namespace