Share via


DbSyncColumnMapping.RemoteColumn Property

Gets or sets the name of the column in the remote database.

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

Syntax

'Declaration
Public Property RemoteColumn As String
    Get
    Set
'Usage
Dim instance As DbSyncColumnMapping
Dim value As String

value = instance.RemoteColumn

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

Property Value

Type: System.String
The name of the column in the remote database.

See Also

Reference

DbSyncColumnMapping Class

Microsoft.Synchronization.Data Namespace