共用方式為


Webhook.IsEnabled 屬性

定義

取得或設定 Webhook 已啟用旗標的值。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於