Share via


MonitoringAlert.CustomField10 Property

Definition

A custom field.

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

Property Value

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