'Declaration Public Property RowDelimiter As String
'Usage Dim instance As CsvFileSource Dim value As String instance.RowDelimiter = value value = instance.RowDelimiter
public string RowDelimiter {get; set;}
'Declaration Public Property RowDelimiter As String
'Usage Dim instance As CsvFileSource Dim value As String instance.RowDelimiter = value value = instance.RowDelimiter
public string RowDelimiter {get; set;}