LoggedConflict.ChangeVersion Property
Gets the version that is associated with the change that caused the conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeVersion As SyncVersion
'Usage
Dim instance As LoggedConflict
Dim value As SyncVersion
value = instance.ChangeVersion
public SyncVersion ChangeVersion { get; }
public:
property SyncVersion^ ChangeVersion {
SyncVersion^ get ();
}
/** @property */
public SyncVersion get_ChangeVersion ()
public function get ChangeVersion () : SyncVersion
Property Value
The version that is associated with the change that caused the conflict.
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace