Dela via


MonitoringAlert.CustomField10 Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

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

Property Value

Type: System.String

Returns a String that contains the value of the custom field 10 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