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 additional information about the alert.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public IEnumerable<string> AdditionalInfo { get; }
public:
property IEnumerable<String^>^ AdditionalInfo {
IEnumerable<String^>^ get();
}
Public ReadOnly Property AdditionalInfo As IEnumerable(Of String)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
A IEnumerable<T> list of additional information.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top