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 type of change that caused the conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeKind As ChangeKind
Get
'Usage
Dim instance As LoggedConflict
Dim value As ChangeKind
value = instance.ChangeKind
public ChangeKind ChangeKind { get; }
public:
property ChangeKind ChangeKind {
ChangeKind get ();
}
member ChangeKind : ChangeKind
function get ChangeKind () : ChangeKind
Property Value
Type: Microsoft.Synchronization.ChangeKind
The type of change that caused the conflict.