SimpleSyncItemConstraintEventArgs::RemoteItem Property

Gets an ItemFieldDictionary object that contains the fields for the remote item that is in conflict.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
property ItemFieldDictionary^ RemoteItem {
	ItemFieldDictionary^ get ();
}

Property Value

Type: Microsoft.Synchronization.SimpleProviders::ItemFieldDictionary
An ItemFieldDictionary object that contains the fields for the remote item that is in conflict.
Show: