Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string that contains the name of the field.
Property Value
Type: System.String
A string that contains the values.