SimpleSyncProvider::Configuration Property
When overridden in a derived class, gets a KnowledgeSyncProviderConfiguration object that represents configuration information for a provider, such as the conflict resolution policy.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
public: virtual property KnowledgeSyncProviderConfiguration^ Configuration { KnowledgeSyncProviderConfiguration^ get () sealed; }
Property Value
Type: Microsoft.Synchronization::KnowledgeSyncProviderConfigurationA KnowledgeSyncProviderConfiguration object that represents configuration information for a provider.
Show: