VaultUsage.NextResetTime Property

Definition

Gets or sets next reset time of usage.

[Newtonsoft.Json.JsonProperty(PropertyName="nextResetTime")]
public DateTime? NextResetTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextResetTime")>]
member this.NextResetTime : Nullable<DateTime> with get, set
Public Property NextResetTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to