Share via


EntityStatus.EntityExists Property

Definition

Whether this entity exists or not.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="entityExists")]
public bool EntityExists { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="entityExists")>]
member this.EntityExists : bool with get, set
Public Property EntityExists As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to