Share via


Budget.TimeGrain Property

Definition

Gets or sets the time covered by a budget. Tracking of the amount will be reset based on the time grain. Possible values include: 'Monthly', 'Quarterly', 'Annually'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.timeGrain")]
public string TimeGrain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.timeGrain")>]
member this.TimeGrain : string with get, set
Public Property TimeGrain As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to