WebTest.SyntheticMonitorId Property

Definition

Gets or sets unique ID of this WebTest. This is typically the same value as the Name field.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.SyntheticMonitorId")]
public string SyntheticMonitorId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.SyntheticMonitorId")>]
member this.SyntheticMonitorId : string with get, set
Public Property SyntheticMonitorId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to