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)

Syntax

'Declaration
Public MustOverride ReadOnly Property ProviderVersion As Short
'Usage
Dim instance As SimpleSyncProvider
Dim value As Short

value = instance.ProviderVersion
public abstract short ProviderVersion { get; }
public:
virtual property short ProviderVersion {
    short get () abstract;
}
/** @property */
public abstract short get_ProviderVersion ()
public abstract function get ProviderVersion () : short

Property Value

The version number for the simple provider.

Remarks

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.

See Also

Reference

SimpleSyncProvider Class
SimpleSyncProvider Members
Microsoft.Synchronization.SimpleProviders Namespace