다음을 통해 공유


Budget.Amount Property

Definition

Gets or sets the total amount of cost to track with the budget

[Newtonsoft.Json.JsonProperty(PropertyName="properties.amount")]
public decimal Amount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.amount")>]
member this.Amount : decimal with get, set
Public Property Amount As Decimal

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to