Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the date and time when the alert was raised.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public DateTime DateAndTime { get; }
public:
property DateTime DateAndTime {
DateTime get();
}
Public ReadOnly Property DateAndTime As Date
Property Value
Type: System.DateTime
An instance of DateTime.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top