DeploymentExtensionConfigItem.Value Property

Definition

Gets or sets the value of the config item. The type is determined by the extension config schema.

[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