ExtensionImage.IsJsonExtension Property

Definition

Optional. Optional. If this is set to 'true' the extension is expected to receive JSON based configuration. If this is set to 'false' the extension is expected to receive XML based configuration. Its value has to be 'true' or 'false' (case-sensitive) if present.

public bool? IsJsonExtension { get; set; }
member this.IsJsonExtension : Nullable<bool> with get, set
Public Property IsJsonExtension As Nullable(Of Boolean)

Property Value

Applies to