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 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
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As DataRow
value = instance.Change
public DataRow Change { get; }
public:
property DataRow^ Change {
DataRow^ get ();
}
/** @property */
public DataRow get_Change ()
public function get Change () : DataRow
Property Value
A DataRow object that contains the data row where the error occurred.
See Also
Reference
ApplyMetadataFailedEventArgs Class
ApplyMetadataFailedEventArgs Members
Microsoft.Synchronization.Data Namespace