Share via


MonitoringAlert.CustomField2 Property

Definition

A custom field.

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

Property Value

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