SimpleSyncProvider::ProviderVersion Property

When overridden in a derived class, gets the version number for the simple provider.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
virtual property short ProviderVersion {
	short get () abstract;
}

Property Value

Type: System::Int16
The version number for the simple provider.

Provider version is tied closely to the data and metadata schema for a provider, not necessarily to the actual build or release number of the provider. If a provider changes its data or metadata schema, it should increase its version. Conversely, if a new release of a provider does not change the schema, it is not necessary to increase the version.

Show: