次の方法で共有


CustomActivity.Command プロパティ

定義

カスタム アクティビティの Type: string (または ResultType 文字列を含む式) のコマンドを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.command")]
public object Command { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.command")>]
member this.Command : obj with get, set
Public Property Command As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象