MSDeploy.SetParametersXmlFileUri Property

Definition

Gets or sets URI of MSDeploy Parameters file. Must not be set if SetParameters is used.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.setParametersXmlFileUri")]
public string SetParametersXmlFileUri { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.setParametersXmlFileUri")>]
member this.SetParametersXmlFileUri : string with get, set
Public Property SetParametersXmlFileUri As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to