次の方法で共有


ActivityParameter.Position プロパティ

定義

アクティビティ パラメーターの位置を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象