共用方式為


IWebTest.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.Runtime.Info(Description="When true, validation will pass if there is a match for the ContentMatch string.  If false, validation will fail if there is a match", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="PassIfTextFound")]
public bool? ContentValidationPassIfTextFound { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="When true, validation will pass if there is a match for the ContentMatch string.  If false, validation will fail if there is a match", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="PassIfTextFound")>]
member this.ContentValidationPassIfTextFound : Nullable<bool> with get, set
Public Property ContentValidationPassIfTextFound As Nullable(Of Boolean)

Property Value

Attributes

Applies to