Share via


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)

Syntax

'Declaration
Public Property Version As Version
    Get
    Set
'Usage
Dim instance As DbSyncBatchInfo
Dim value As Version

value = instance.Version

instance.Version = value
public Version Version { get; set; }
public:
property Version^ Version {
    Version^ get ();
    void set (Version^ value);
}
member Version : Version with get, set
function get Version () : Version
function set Version (value : Version)

Property Value

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

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

See Also

Reference

DbSyncBatchInfo Class

Microsoft.Synchronization.Data Namespace