RelationalSyncProvider.Configuration Property

Not implemented by RelationalSyncProvider. An exception of type NotSupportedException is thrown if you attempt to access this property.

This property is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")> _
Public ReadOnly Property Configuration As KnowledgeSyncProviderConfiguration
'Usage
Dim instance As RelationalSyncProvider
Dim value As KnowledgeSyncProviderConfiguration

value = instance.Configuration
[SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")] 
public KnowledgeSyncProviderConfiguration Configuration { get; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1822:MarkMembersAsStatic")] 
public:
property KnowledgeSyncProviderConfiguration^ Configuration {
    KnowledgeSyncProviderConfiguration^ get ();
}
/** @property */
public KnowledgeSyncProviderConfiguration get_Configuration ()
public function get Configuration () : KnowledgeSyncProviderConfiguration

See Also

Reference

RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace