FormOptions.ValueLengthLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
個別表單值的長度限制。 包含超過此限制之值的表單會在剖析時擲回 InvalidDataException 。 預設為 4,194,304 個位元組,大約是 4MB。
public:
property int ValueLengthLimit { int get(); void set(int value); };
public int ValueLengthLimit { get; set; }
member this.ValueLengthLimit : int with get, set
Public Property ValueLengthLimit As Integer