SimpleSyncProvider.GetProviderVersion Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)

Syntax

'Declaration
Public MustOverride Function GetProviderVersion As Short
'Usage
Dim instance As SimpleSyncProvider
Dim returnValue As Short

returnValue = instance.GetProviderVersion
public abstract short GetProviderVersion ()
public:
virtual short GetProviderVersion () abstract
public abstract short GetProviderVersion ()
public abstract function GetProviderVersion () : short

Return 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