SyncColumnMapping::ServerColumn Property

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)

public:
property String^ ServerColumn {
	String^ get ();
	void set (String^ value);
}

Property Value

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

ExceptionCondition
ArgumentException

value is used by another SyncColumnMapping object in the parent SyncColumnMappingCollection object.

Show: