DbSyncTableDescription.IsTableMapped Property

Gets whether GlobalName and LocalName are the same.

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

Syntax

'Declaration
Public ReadOnly Property IsTableMapped As Boolean
    Get
'Usage
Dim instance As DbSyncTableDescription
Dim value As Boolean

value = instance.IsTableMapped
public bool IsTableMapped { get; }
public:
property bool IsTableMapped {
    bool get ();
}
member IsTableMapped : bool
function get IsTableMapped () : boolean

Property Value

Type: System.Boolean
false if GlobalName and LocalName are the same; otherwise true.

See Also

Reference

DbSyncTableDescription Class

Microsoft.Synchronization.Data Namespace