Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
'Usage
Dim instance As LoggedConflict
Dim value As SyncVersion
value = instance.ChangeVersion
public SyncVersion ChangeVersion { get; }
public:
property SyncVersion^ ChangeVersion {
SyncVersion^ get ();
}
member ChangeVersion : SyncVersion
function get ChangeVersion () : SyncVersion
Property Value
Type: Microsoft.Synchronization.SyncVersion
The version that is associated with the change that caused the conflict.