次の方法で共有


RunbookParameter.DefaultValue プロパティ

定義

パラメーターの既定値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象