Dela via


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)

Syntax

'Declaration
Public ReadOnly Property RemoteItem As ItemFieldDictionary
    Get
'Usage
Dim instance As SimpleSyncItemConstraintEventArgs
Dim value As ItemFieldDictionary

value = instance.RemoteItem
public ItemFieldDictionary RemoteItem { get; }
public:
property ItemFieldDictionary^ RemoteItem {
    ItemFieldDictionary^ get ();
}
member RemoteItem : ItemFieldDictionary
function get RemoteItem () : ItemFieldDictionary

Property Value

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

See Also

Reference

SimpleSyncItemConstraintEventArgs Class

Microsoft.Synchronization.SimpleProviders Namespace