Share via


RecurrentSchedule.Hours Property

 

Optional. A collection of hours at which the profile takes effect at.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public IList<int> Hours { get; set; }
public:
property IList<int>^ Hours {
    IList<int>^ get();
    void set(IList<int>^ value);
}
member Hours : IList<int> with get, set
Public Property Hours As IList(Of Integer)

Property Value

Type: System.Collections.Generic.IList<Int32>

See Also

RecurrentSchedule Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top