Share via


SsisPackage.ProjectVersion Property

Definition

Gets or sets project version which contains package.

[Newtonsoft.Json.JsonProperty(PropertyName="projectVersion")]
public long? ProjectVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="projectVersion")>]
member this.ProjectVersion : Nullable<int64> with get, set
Public Property ProjectVersion As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to