'Declaration
Public Property QuotedCellIfContainsDelimiter As System.Boolean
'Usage
Dim instance As NCsvReader Dim value As System.Boolean instance.QuotedCellIfContainsDelimiter = value value = instance.QuotedCellIfContainsDelimiter
public System.bool QuotedCellIfContainsDelimiter {get; set;}