DbSyncTableDescription::LocalName Property

Gets or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.

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

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

Property Value

Type: System::String
The name that the local node in a synchronization topology uses to identify a table.

ExceptionCondition
ArgumentNullException

value is a nullptr.

ArgumentException

value is empty.

Show: