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 the data 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 RemoteItemData As Object
'Usage
Dim instance As SimpleSyncItemConflictingEventArgs
Dim value As Object
value = instance.RemoteItemData
public Object RemoteItemData { get; }
public:
property Object^ RemoteItemData {
Object^ get ();
}
/** @property */
public Object get_RemoteItemData ()
public function get RemoteItemData () : Object
Property Value
An object that contains the data for the remote item that is in conflict.
See Also
Reference
SimpleSyncItemConflictingEventArgs Class
SimpleSyncItemConflictingEventArgs Members
Microsoft.Synchronization.SimpleProviders Namespace