List.DataSource - Propriété
Gets the data source associated with the list, or une référence Null (Rien dans Visual Basic) if the list is not a virtual list.
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 DataSource As ListDataSource
Get
'Utilisation
Dim instance As List
Dim value As ListDataSource
value = instance.DataSource
public ListDataSource DataSource { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.ListDataSource
A ListDataSource object that represents the data source.
Remarques
If HasExternalDataSource is false, the server must return une référence Null (Rien dans Visual Basic).