BackupItem.Scheduled Property
Optional. True if this backup has been created as a part of a scheduled backup; false otherwise.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool Scheduled { get; set; }
public:
property bool Scheduled {
bool get();
void set(bool value);
}
member Scheduled : bool with get, set
Public Property Scheduled As Boolean
Property Value
Type: System.Boolean
See Also
BackupItem Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top