次の方法で共有


ManagedIntegrationRuntimeOperationResult.Parameters プロパティ

定義

マネージド統合ランタイムエラー パラメーターを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IList<string> Parameters { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : System.Collections.Generic.IList<string>
Public ReadOnly Property Parameters As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象