Share via


ListCreationInformation.DataSourceProperties property

Gets or sets a value that specifies the properties of the data source of the new list.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property DataSourceProperties As IDictionary(Of String, String)
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As IDictionary(Of String, String)

value = instance.DataSourceProperties

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

Property value

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

Remarks

If the value is not a null reference (Nothing in Visual Basic), QuickLaunchOption must be set to Off.

If it is not a null reference (Nothing in Visual Basic), it must contain the following keys: “LobSystemInstance”, “EntityNamespace”, “Entity”, and “SpecificFinder”.

See also

Reference

ListCreationInformation class

ListCreationInformation members

Microsoft.SharePoint.Client namespace