XdmSerializationSettings.NewLineChars PropertyXdmSerializationSettings.NewLineChars PropertyXdmSerializationSettings::NewLineChars Property

Gets or sets the character string to use for line breaks.

Syntax

Public Property NewLineChars As String
        Get
        Set(ByVal value As String)
public string NewLineChars { get; set; }
public:
property String^ NewLineChars {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The character string to use for line breaks.