Condividi tramite


EventType.IsInDefaultSet Property

Definition

Gets or sets isInDefaultSet flag of the event type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to