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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
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
[RemoteAttribute]
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