XdmWriterSettings.ItemSeparator PropertyXdmWriterSettings.ItemSeparator PropertyXdmWriterSettings::ItemSeparator Property

Gets or sets a value the item separator string.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

A string of Unicode characters, or null a null reference (Nothing in Visual Basic) nullptr for the default behaviour.

Remarks

This property corresponds to the item-separator serialization parameter.

By default this property is null a null reference (Nothing in Visual Basic) nullptr, indicating that the property is absent, and that items will be separated by a single space, or a single newline character in the case of the Adaptive output method.