JsonWriterOptions.IndentSize プロパティ

定義

Indented が有効な場合に Utf8JsonWriter で使用されるインデント サイズを定義します。 既定値は 2 です。

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

プロパティ値

例外

value が許容範囲外です。

注釈

使用できる値は、0 ~ 127 の整数です。

適用対象