Share via


CurrentSpend.Amount Property

Definition

Gets the total amount of cost which is being tracked by the budget.

[Newtonsoft.Json.JsonProperty(PropertyName="amount")]
public decimal? Amount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="amount")>]
member this.Amount : Nullable<decimal>
Public ReadOnly Property Amount As Nullable(Of Decimal)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to