Share via


Marketplace.IsEstimated Property

Definition

Gets the estimated usage is subject to change.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isEstimated")]
public bool? IsEstimated { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isEstimated")>]
member this.IsEstimated : Nullable<bool>
Public ReadOnly Property IsEstimated As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to