Condividi tramite


Proprietà JobProperties.StartTime

 

Facoltativa. Ottiene o imposta l'ora di inizio del processo.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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

Valore proprietà

Type: System.DateTimeOffset

Vedere anche

Classe JobProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio