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 or sets the name of the server column.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Property ServerColumn As String
Get
Set
'Usage
Dim instance As SyncColumnMapping
Dim value As String
value = instance.ServerColumn
instance.ServerColumn = value
public string ServerColumn { get; set; }
public:
property String^ ServerColumn {
String^ get ();
void set (String^ value);
}
member ServerColumn : string with get, set
function get ServerColumn () : String
function set ServerColumn (value : String)
Property Value
Type: System.String
The name of the column in the server database.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | value is used by another SyncColumnMapping object in the parent SyncColumnMappingCollection object. |