Share via


MonitoringAlert.CustomField6 Property

Definition

A custom field.

public:
 property System::String ^ CustomField6 { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string CustomField6 { get; set; }
member this.CustomField6 : string with get, set
Public Property CustomField6 As String

Property Value

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

Attributes

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.

Applies to