Freigeben über


LoggedConflict.ChangeKind-Eigenschaft

Ruft den Typ der Änderung ab, die den Konflikt ausgelöst hat.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property ChangeKind As ChangeKind
'Usage
Dim instance As LoggedConflict
Dim value As ChangeKind

value = instance.ChangeKind
public ChangeKind ChangeKind { get; }
public:
property ChangeKind ChangeKind {
    ChangeKind get ();
}
/** @property */
public ChangeKind get_ChangeKind ()
public function get ChangeKind () : ChangeKind

Eigenschaftenwert

Der Typ der Änderung, die den Konflikt ausgelöst hat.

Siehe auch

Verweis

LoggedConflict-Klasse
LoggedConflict-Member
Microsoft.Synchronization-Namespace