ItemConflictingEventArgs.SourceChangeData Property
Gets an object that can be used to retrieve item data for the change item from the source replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SourceChangeData As Object
'Usage
Dim instance As ItemConflictingEventArgs
Dim value As Object
value = instance.SourceChangeData
public virtual Object SourceChangeData { get; }
public:
virtual property Object^ SourceChangeData {
Object^ get ();
}
/** @property */
public Object get_SourceChangeData ()
public function get SourceChangeData () : Object
Property Value
An object that can be used to retrieve item data for the change item from the source replica.
Remarks
The returned object can be an IChangeDataRetriever object or a provider-specific object.
See Also
Reference
ItemConflictingEventArgs Class
ItemConflictingEventArgs Members
Microsoft.Synchronization Namespace