FlatFileColumn.MaximumWidth Property

Definition

Gets or sets the maximum number of bytes to be read from the buffer.

public:
 property int MaximumWidth { int get(); void set(int value); };
public int MaximumWidth { get; set; }
member this.MaximumWidth : int with get, set
Public Property MaximumWidth As Integer

Property Value

An Integer that contains the maximum number of bytes to be read from the buffer.

Remarks

Specify 0 for no limit.

Applies to