SyncTableInfo::Description Property

Gets or sets the description of the table.

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 table.
Show: