Share via


MonitoringAlert.CustomField3 Property

Definition

A custom field.

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

Property Value

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