User.TotalUsage Property

Definition

Gets how long the user has used their virtual machines in this lab.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to