Compartilhar via


AlertInfo.AdditionalInfo Property

 

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