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