DbSyncConflict::ErrorMessage Property

Gets or sets the error message that is returned when DbConflictType is set to ErrorsOccurred.

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

public:
property String^ ErrorMessage {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
An error message.
Show: