共用方式為


DscReportResource.DurationInSeconds 屬性

定義

取得或設定資源的持續時間,以秒為單位。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於