Partager via


AlertInfo.DateAndTime Property

 

Gets the date and time when the alert was raised.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

[DataMemberAttribute]
public DateTime DateAndTime { get; private set; }
public:
[DataMemberAttribute]
property DateTime DateAndTime {
    DateTime get();
    private: void set(DateTime value);
}
<DataMemberAttribute>
Public Property DateAndTime As Date
    Get
    Private Set
End Property

Property Value

Type: System.DateTime

An instance of DateTime.

See Also

AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top