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)

public:
property IList<String^>^ Days {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}
Return to top
Show: