Partager via


FieldStringValues.Item - Propriété

Obtient les valeurs de chaîne du champ spécifié.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Item ( _
    fieldName As String _
) As String
    Get
'Utilisation
Dim instance As FieldStringValues
Dim fieldName As String
Dim value As String

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

Paramètres

  • fieldName
    Type : System.String

    Une chaîne qui contient le nom du champ.

Valeur de propriété

Type : System.String
Une chaîne qui contient les valeurs.

Voir aussi

Référence

FieldStringValues classe

FieldStringValues - Membres

Microsoft.SharePoint.Client - Espace de noms