Share via


DscReportResource.DurationInSeconds Property

Definition

Gets or sets the duration in seconds for the resource.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to