Share via


DelimitedTextDataset.NullValue Property

Definition

Gets or sets the null value string. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.nullValue")]
public object NullValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.nullValue")>]
member this.NullValue : obj with get, set
Public Property NullValue As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to