次の方法で共有


RunCommandParameterDefinition.Required プロパティ

定義

必要な run コマンド パラメーターを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="required")]
public bool? Required { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="required")>]
member this.Required : Nullable<bool> with get, set
Public Property Required As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象