SsisProject.FolderId Property

Definition

Gets or sets folder id which contains project.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to