SyncAdapter::Description Property

Gets or sets a description for the synchronization adapter.

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

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

Property Value

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