共用方式為


UpdateSummary.TotalTimeInMinutes Property

Definition

Gets the total time in Minutes

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to