共用方式為


WebTestProperties.ContentValidationPassIfTextFound Property

Definition

When true, validation will pass if there is a match for the ContentMatch string. If false, validation will fail if there is a match

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Origin(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PropertyOrigin.Inlined)]
public bool? ContentValidationPassIfTextFound { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Origin(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PropertyOrigin.Inlined)>]
member this.ContentValidationPassIfTextFound : Nullable<bool> with get, set
Public Property ContentValidationPassIfTextFound As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to