CsvMappingItem(String) Property

Gets the DynamicProperty with the specified PropertyName.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public DynamicProperty this[
	string propertyName
] { get; }

Parameters

propertyName  String
PropertyName of the DynamicProperty instance. The comparison is case-sensitive.

Property Value

DynamicProperty

Exceptions

ArgumentNullExceptionpropertyName is null.
ArgumentException There was no DynamicProperty found whose PropertyName property matches propertyName. Check this beforehand with Contains(String).

See Also