IWebTest.ContentValidationPassIfTextFound Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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