RecurrentSchedule.Days Property
Optional.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace
Return to top