共用方式為


VariableSpecification.DefaultValue Property

Definition

Gets or sets default value of variable.

[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