FieldStringValues.Item property
Gets the string values of the specified field.
Namespace: Microsoft.SharePoint.Client
Assembly: 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.StringA string that contains the name of the field.
Property value
Type: System.String
A string that contains the values.