Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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). |