Bagikan melalui


MaintenanceWindow.StartHour Property

Definition

Gets or sets start hour for maintenance window

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to