次の方法で共有


MSDeploy.SetParameters プロパティ

定義

mSDeploy パラメーターを取得または設定します。 SetParametersXmlFileUri を使用する場合は、設定しないでください。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.setParameters")]
public System.Collections.Generic.IDictionary<string,string> SetParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.setParameters")>]
member this.SetParameters : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property SetParameters As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象