共用方式為


UpdateDetails.EstimatedInstallTimeInMins Property

Definition

Gets or sets estimated Install Time for the update

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to