SyncAdapter::TableName Property

Gets or sets the name of the table at the server for which to create the SyncAdapter.

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

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

Property Value

Type: System::String
The name of the table at the server for which to create the SyncAdapter.
Show: