DbSyncColumnDescriptionCollection::Item Property (String)

Gets a DbSyncColumnDescription object with the specified name from the collection.

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

public:
property DbSyncColumnDescription^ default[String^ columnName] {
	DbSyncColumnDescription^ get (String^ columnName);
}

Parameters

columnName
Type: System::String
The name of the column to add to the collection.

ExceptionCondition
ArgumentNullException

columnName is a nullptr.

ArgumentException

columnName is empty.

Show: