DbSyncAdapter::Description Property

Gets or sets a description for the synchronization adapter.

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

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

Property Value

Type: System::String
The description of the synchronization adapter.
Show: