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