ListItem.FieldValuesAsText - Propriété
Gets the list item’s field values as a collection of string values.
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 FieldValuesAsText As FieldStringValues
Get
'Utilisation
Dim instance As ListItem
Dim value As FieldStringValues
value = instance.FieldValuesAsText
public FieldStringValues FieldValuesAsText { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FieldStringValues
A FieldStringValues object that represents the string values.
Remarques
It must not be une référence Null (Rien dans Visual Basic).