Aracılığıyla paylaş


Extension.IsEnabled Property

Definition

Gets or sets indicates whether the extension is enabled. Possible values include: 'True', 'False'

[Newtonsoft.Json.JsonProperty(PropertyName="isEnabled")]
public string IsEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isEnabled")>]
member this.IsEnabled : string with get, set
Public Property IsEnabled As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to