次の方法で共有


AttachmentActionData.Inputs プロパティ

定義

アクションの入力を取得します。

public System.Collections.Generic.Dictionary<string,string> Inputs { get; }
member this.Inputs : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Inputs As Dictionary(Of String, String)

プロパティ値

アクションの入力。

適用対象