ListCreationInformation.DataSourceProperties 属性
Gets or sets a value that specifies the properties of the data source of the new list.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property DataSourceProperties As IDictionary(Of String, String)
Get
Set
用法
Dim instance As ListCreationInformation
Dim value As IDictionary(Of String, String)
value = instance.DataSourceProperties
instance.DataSourceProperties = value
public IDictionary<string, string> DataSourceProperties { get; set; }
属性值
类型:System.Collections.Generic.IDictionary<String, String>
Returns a IDictionary<TKey, TValue>.instance representing the properties of the data source of the new list.
备注
If the value is not 空引用(无 在 Visual Basic 中), QuickLaunchOption must be set to Off.
If it is not 空引用(无 在 Visual Basic 中), it must contain the following keys: “LobSystemInstance”, “EntityNamespace”, “Entity”, and “SpecificFinder”.