ExtensionDataSource.ExtensionSettings Property

Definition

Gets or sets the extension settings. The format is specific for particular extension.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to