Share via


MonitoringAlert.CustomField1 Property

Definition

A custom field.

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

Property Value

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