ListDataSource.Properties property
Gets the properties associated with the connection to the data source.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, String)
Get
'Usage
Dim instance As ListDataSource
Dim value As IDictionary(Of String, String)
value = instance.Properties
public IDictionary<string, string> Properties { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>
A Dictionary<TKey, TValue> object that contains the properties.
Remarks
It must not be a null reference (Nothing in Visual Basic). It must contain the following keys: “LobSystemInstance”, “EntityNamespace”, “Entity”, and “SpecificFinder”.