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
[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