Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the creation version of the source item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property CreationVersion As SyncVersion
'Usage
Dim instance As LoggedConflict
Dim value As SyncVersion
value = instance.CreationVersion
public SyncVersion CreationVersion { get; }
public:
property SyncVersion^ CreationVersion {
SyncVersion^ get ();
}
/** @property */
public SyncVersion get_CreationVersion ()
public function get CreationVersion () : SyncVersion
Property Value
The creation version of the source item.
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace