PushTenantServiceInfo.ServiceProperties property
Namespace: Microsoft.SharePoint.Client.Search.ContentPush
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceProperties As IDictionary(Of String, Object)
Get
'Usage
Dim instance As PushTenantServiceInfo
Dim value As IDictionary(Of String, Object)
value = instance.ServiceProperties
public IDictionary<string, Object> ServiceProperties { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, Object>