ItemConstraintEventArgs.SourceChangeData Property
Gets an object that either contains or 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 ReadOnly Property SourceChangeData As Object
'Usage
Dim instance As ItemConstraintEventArgs
Dim value As Object
value = instance.SourceChangeData
public Object SourceChangeData { get; }
public:
property Object^ SourceChangeData {
Object^ get ();
}
/** @property */
public Object get_SourceChangeData ()
public function get SourceChangeData () : Object
Property Value
An object that either contains or can be used to retrieve item data for the change item from the source replica.
See Also
Reference
ItemConstraintEventArgs Class
ItemConstraintEventArgs Members
Microsoft.Synchronization Namespace