Share via


ApplyMetadataFailedEventArgs.Change Property

Gets the DataRow object that contains the data row where the error occurred.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Change As DataRow
    Get
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As DataRow

value = instance.Change
public DataRow Change { get; }
public:
property DataRow^ Change {
    DataRow^ get ();
}
member Change : DataRow
function get Change () : DataRow

Property Value

Type: System.Data.DataRow
A DataRow object that contains the data row where the error occurred.

See Also

Reference

ApplyMetadataFailedEventArgs Class

Microsoft.Synchronization.Data Namespace