ListDataSource.Properties-Eigenschaft
Ruft die Eigenschaften ab, die der Verbindung mit der Datenquelle zugeordnet sind.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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; }
Eigenschaftswert
Typ: System.Collections.Generic.IDictionary<String, String>
Ein Dictionary<TKey, TValue> -Objekt, das die Eigenschaften enthält.
Hinweise
Es muss sich nicht auf ein Nullverweis (Nothing in Visual Basic). Sie müssen die folgenden Schlüssel enthalten: "LobSystemInstance", "' EntityNamespace '", "Entität" und "SpecificFinder".