Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As DbSyncTableDescription
Dim value As Boolean
value = instance.IsTableMapped
public bool IsTableMapped { get; }
public:
property bool IsTableMapped {
bool get ();
}
/** @property */
public boolean get_IsTableMapped ()
public function get IsTableMapped () : boolean
Property Value
true if GlobalName and LocalName are the same; otherwise false.
See Also
Reference
DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace