Share via


DWCopyCommandDefaultValue.DefaultValue Property

Definition

Gets or sets the default value of the column. Type: object (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to