SSISPackageLocation.PackagePassword Property

Definition

Gets or sets password of the package.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.packagePassword")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase PackagePassword { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.packagePassword")>]
member this.PackagePassword : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property PackagePassword As SecretBase

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to