Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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