FormReader.DefaultValueLengthLimit Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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