Share via


RecurrentSchedule.Hours Property

Optional.

Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Usage

'Usage
Dim instance As RecurrentSchedule
Dim value As IList(Of Integer)

value = instance.Hours

instance.Hours = value

Syntax

'Declaration
Public Property Hours As IList(Of Integer)
public IList<int> Hours { get; set; }
public:
property IList<int>^ Hours {
    IList<int>^ get ();
    void set (IList<int>^ value);
}
/** @property */
public IList<int> get_Hours ()

/** @property */
public void set_Hours (IList<int> value)
public function get Hours () : IList<int>

public function set Hours (value : IList<int>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

RecurrentSchedule Class
RecurrentSchedule Members
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace