Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID of the source item that caused the conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemId As SyncId
'Usage
Dim instance As LoggedConflict
Dim value As SyncId
value = instance.ItemId
public SyncId ItemId { get; }
public:
property SyncId^ ItemId {
SyncId^ get ();
}
/** @property */
public SyncId get_ItemId ()
public function get ItemId () : SyncId
Property Value
The ID of the source item that caused the conflict.
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace