Dela via


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
    Get
'Usage
Dim instance As ItemConstraintEventArgs
Dim value As ItemChange

value = instance.SourceChange
public virtual ItemChange SourceChange { get; }
public:
virtual property ItemChange^ SourceChange {
    ItemChange^ get ();
}
abstract SourceChange : ItemChange
override SourceChange : ItemChange
function get SourceChange () : ItemChange

Property Value

Type: Microsoft.Synchronization.ItemChange
The change metadata from the source provider.

See Also

Reference

ItemConstraintEventArgs Class

Microsoft.Synchronization Namespace