ApplyChangeFailedEventArgs::TableMetadata Property

Gets a SyncTableMetaData object that contains metadata about the table, such as anchor values and the direction of synchronization.

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

public:
property SyncTableMetadata^ TableMetadata {
	SyncTableMetadata^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::SyncTableMetadata
A SyncTableMetaData object that contains metadata about the table, such as anchor values and the direction of synchronization.
Show: