Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the properties associated with the connection to the data source.
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 ReadOnly Property Properties As Dictionary(Of String, String)
Get
'Usage
Dim instance As ListDataSource
Dim value As Dictionary(Of String, String)
value = instance.Properties
[RemoteAttribute]
public Dictionary<string, string> Properties { get; }
Property Value
Type: System.Collections.Generic.Dictionary<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”.