Share via


MonitoringAlert.CustomField6 Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the value of the custom field 6 for the alert.

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

Syntax

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

Property Value

Type: System.String

Returns a String that contains the value of the custom field 6 for the alert.

Remarks

When a property value for an alert is set, call the Update method to update the property value in the alert.

Once this property is set, all future alerts of this type will include this customized value.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top