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
    Get
'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;
}
abstract ProviderVersion : int16
abstract function get ProviderVersion () : short

Property Value

Type: System.Int16
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

Microsoft.Synchronization.SimpleProviders Namespace