DataColumnSurrogate::ColumnName Property

Gets or sets the name of the column that the DataColumnSurrogate object represents.

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

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

Property Value

Type: System::String
The name of the column.

ExceptionCondition
ArgumentNullException

value is a nullptr.

ArgumentException

value is empty.

Show: