Share via


FormReader.DefaultValueLengthLimit Field

Definition

Gets the default value for ValueLengthLimit. Defaults to 4,194,304 bytes, which is approximately 4MB.

public: int DefaultValueLengthLimit = 4194304;
public const int DefaultValueLengthLimit = 4194304;
val mutable DefaultValueLengthLimit : int
Public Const DefaultValueLengthLimit As Integer  = 4194304

Field Value

Value = 4194304

Applies to