SyncSchemaTable::TableName Property

Gets or sets the name of the table.

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

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

Property Value

Type: System::String
The name of the table.

ExceptionCondition
ArgumentNullException

value is a nullptr.

The table name cannot be null, and it cannot duplicate a value in the same SyncSchema object.

Show: