Partager via


ListCreationInformation.DataSourceProperties - Propriété

Gets or sets a value that specifies the properties of the data source of the new 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 Property DataSourceProperties As IDictionary(Of String, String)
    Get
    Set
'Utilisation
Dim instance As ListCreationInformation
Dim value As IDictionary(Of String, String)

value = instance.DataSourceProperties

instance.DataSourceProperties = value
public IDictionary<string, string> DataSourceProperties { get; set; }

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, String>
Returns a IDictionary<TKey, TValue>.instance representing the properties of the data source of the new list.

Remarques

If the value is not une référence Null (Rien dans Visual Basic), QuickLaunchOption must be set to Off.

If it is not une référence Null (Rien dans Visual Basic), it must contain the following keys: “LobSystemInstance”, “EntityNamespace”, “Entity”, and “SpecificFinder”.

Voir aussi

Référence

ListCreationInformation classe

ListCreationInformation - Membres

Microsoft.SharePoint.Client - Espace de noms