SyncSchemaColumns::Item Property (String)

Gets a SyncSchemaColumn object from the collection when given a column name.

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

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

Parameters

columnName
Type: System::String
The name of the SyncSchemaColumn object to get from the SyncSchemaColumn collection.

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaColumn
The SyncSchemaColumn object in the collection with the specified name. Returns a null value if the column does not exist.

ExceptionCondition
ArgumentNullException

columnName is a nullptr.

Show: