JsonWriterOptions.NewLine 속성

정의

Indented true때 사용할 새 줄 문자열을 가져오거나 설정합니다.

기본값은 NewLine값입니다.

public:
 property System::String ^ NewLine { System::String ^ get(); void set(System::String ^ value); };
public string NewLine { get; set; }
member this.NewLine : string with get, set
Public Property NewLine As String

속성 값

예외

새 줄 문자열이 null때 throw됩니다.

새 줄 문자열이 \n 않거나 \r\n경우 throw됩니다.

적용 대상