JobProperties.StartTime Propriedade
Opcional. Obtém ou define a hora de início do trabalho.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public DateTimeOffset StartTime { get; set; }
public:
property DateTimeOffset StartTime {
DateTimeOffset get();
void set(DateTimeOffset value);
}
member StartTime : DateTimeOffset with get, set
Public Property StartTime As DateTimeOffset
Valor de propriedade
Type: System.DateTimeOffset
Consulte também
Classe JobProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo