SimpleSyncItemConflictingEventArgs::RemoteItemData Property

Gets the data for the remote item that is in conflict.

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

public:
property Object^ RemoteItemData {
	Object^ get ();
}

Property Value

Type: System::Object
An object that contains the data for the remote item that is in conflict.
Show: