SimpleSyncItemConstraintEventArgs::LocalItem Property

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

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

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

Property Value

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