Share via


MonitoringAlert.Description Property

 

Applies To: Operations Manager for System Center 2012

Gets the description of the alert.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public string Description { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ Description {
    String^ get();
    internal: void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Description : string with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property Description As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

Returns a String that contains the description of the alert.

Remarks

The description of an alert should explain the purpose of the alert.

Examples

For an example, see How to Display Operations Manager Data.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top