Share via


RecurrentSchedule.Days Property

 

Optional. A collection of days that the profile takes effect on.

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

Syntax

public IList<string> Days { get; set; }
public:
property IList<String^>^ Days {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member Days : IList<string> with get, set
Public Property Days As IList(Of String)

Property Value

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

See Also

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

Return to top