SSISPropertyOverride.Value Property

Definition

Gets or sets SSIS package property override value. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public object Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : obj with get, set
Public Property Value As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to