Compartilhar via


TestJob.CreationTime Propriedade

 

Opcional. Obtém ou define a hora de criação do trabalho de teste.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public DateTimeOffset CreationTime { get; set; }
public:
property DateTimeOffset CreationTime {
    DateTimeOffset get();
    void set(DateTimeOffset value);
}
member CreationTime : DateTimeOffset with get, set
Public Property CreationTime As DateTimeOffset

Valor de propriedade

Type: System.DateTimeOffset

Consulte também

Classe TestJob
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo