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 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)
Syntax
'Declaration
Public ReadOnly Property RemoteItem As ItemFieldDictionary
'Usage
Dim instance As SimpleSyncItemConstraintEventArgs
Dim value As ItemFieldDictionary
value = instance.RemoteItem
public ItemFieldDictionary RemoteItem { get; }
public:
property ItemFieldDictionary^ RemoteItem {
ItemFieldDictionary^ get ();
}
/** @property */
public ItemFieldDictionary get_RemoteItem ()
public function get RemoteItem () : ItemFieldDictionary
Property Value
An ItemFieldDictionary object that contains the fields for the remote item that is in conflict.
See Also
Reference
SimpleSyncItemConstraintEventArgs Class
SimpleSyncItemConstraintEventArgs Members
Microsoft.Synchronization.SimpleProviders Namespace