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)

Syntax

'Declaration
Public Property LocalName As String
    Get
    Set
'Usage
Dim instance As DbSyncTableDescription
Dim value As String

value = instance.LocalName

instance.LocalName = value
public string LocalName { get; set; }
public:
property String^ LocalName {
    String^ get ();
    void set (String^ value);
}
member LocalName : string with get, set
function get LocalName () : String
function set LocalName (value : String)

Property Value

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

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

ArgumentException

value is empty.

See Also

Reference

DbSyncTableDescription Class

Microsoft.Synchronization.Data Namespace