CsvMappingPropertyNames Property
Returns the property names, which are currently registered in the
CsvMapping.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public IEnumerable<string> PropertyNames { get; }
Public ReadOnly Property PropertyNames As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ PropertyNames {
IEnumerable<String^>^ get ();
}
member PropertyNames : IEnumerable<string> with get
Property Value
IEnumerableString