Share via


SsisProject.Version Property

Definition

Gets or sets project version.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to