ScheduleCreateProperties.Frequency Property
Required. Gets or sets the frequency of the schedule.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string Frequency { get; set; }
public:
property String^ Frequency {
String^ get();
void set(String^ value);
}
member Frequency : string with get, set
Public Property Frequency As String
Property Value
Type: System.String
See Also
ScheduleCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top