次の方法で共有


ScriptActivityParameter.Size プロパティ

定義

出力方向パラメーターのサイズを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象