Share via


SsisPackage.ProjectId Property

Definition

Gets or sets project id which contains package.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to