Condividi tramite


Proprietà Incident.ResolvedTime

Optional. The time at which the incident got resolved. If null, it means the incident is still active.

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

Utilizzo

'Utilizzo
Dim instance As Incident
Dim value As Nullable(Of DateTime)

value = instance.ResolvedTime

instance.ResolvedTime = value

Sintassi

'Dichiarazione
Public Property ResolvedTime As Nullable(Of DateTime)
public Nullable<DateTime> ResolvedTime { get; set; }
public:
property Nullable<DateTime> ResolvedTime {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
/** @property */
public Nullable<DateTime> get_ResolvedTime ()

/** @property */
public void set_ResolvedTime (Nullable<DateTime> value)
public function get ResolvedTime () : Nullable<DateTime>

public function set ResolvedTime (value : Nullable<DateTime>)

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe Incident
Membri Incident
Spazio dei nomi Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models