Sdílet prostřednictvím


DbSyncBatchInfo.Version Property

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

This property is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property Version As Version
'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);
}
/** @property */
public Version get_Version ()

/** @property */
public void set_Version (Version value)
public function get Version () : Version

public function set Version (value : Version)

Property Value

The version of Sync Framework that generated the batch file.

See Also

Reference

DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace