Udostępnij za pośrednictwem


ApplicationDefinitionProperties.IsEnabled Property

Definition

The value indicating whether the package is enabled or not.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)]
public bool? IsEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)>]
member this.IsEnabled : Nullable<bool> with get, set
Public Property IsEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to