DbSyncBatchInfo::Version Property

Represents the version of Sync Framework that generated the batch file.

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

public:
property Version^ Version {
	Version^ get ();
	void set (Version^ value);
}

Property Value

Type: System::Version
The version of Sync Framework that generated the batch file.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: