ScheduleProperties.IsEnabled Propriedade
Opcional. Obtém ou define um valor que indica se essa agenda está habilitada.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
bool get();
void set(bool value);
}
member IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
Valor de propriedade
Type: System.Boolean
Consulte também
Classe ScheduleProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo