次の方法で共有


RunbookParameter.Position プロパティ

定義

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

public int Position { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="position")]
public int? Position { get; set; }
member this.Position : int with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="position")>]
member this.Position : Nullable<int> with get, set
Public Property Position As Integer
Public Property Position As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象