Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.