Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
'Usage
Dim instance As ItemConstraintEventArgs
Dim value As Object
value = instance.SourceChangeData
public Object SourceChangeData { get; }
public:
property Object^ SourceChangeData {
Object^ get ();
}
member SourceChangeData : Object
function get SourceChangeData () : Object
Property Value
Type: System.Object
An object that either contains or can be used to retrieve item data for the change item from the source replica.