IColumnMappingCollection.Item[String] Property

Definition

Gets or sets the IColumnMapping object with the specified SourceColumn name.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ index); void set(System::String ^ index, System::Object ^ value); };
public object this[string index] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(index As String) As Object

Parameters

index
String

The SourceColumn name of the IColumnMapping object to find.

Property Value

The IColumnMapping object with the specified SourceColumn name.

Applies to