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 the change item of the source replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SourceChange As ItemChange
'Usage
Dim instance As ItemConflictingEventArgs
Dim value As ItemChange
value = instance.SourceChange
public virtual ItemChange SourceChange { get; }
public:
virtual property ItemChange^ SourceChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_SourceChange ()
public function get SourceChange () : ItemChange
Property Value
The change item of the source replica.
See Also
Reference
ItemConflictingEventArgs Class
ItemConflictingEventArgs Members
Microsoft.Synchronization Namespace