ItemConstraintEventArgs.SourceChange Property
Gets the change metadata from the source provider.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SourceChange As ItemChange
'Usage
Dim instance As ItemConstraintEventArgs
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 metadata from the source provider.
See Also
Reference
ItemConstraintEventArgs Class
ItemConstraintEventArgs Members
Microsoft.Synchronization Namespace