IWebTestProperties.ContentValidationIgnoreCase 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 set, this value makes the ContentMatch validation case insensitive.
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="When set, this value makes the ContentMatch validation case insensitive.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="IgnoreCase")]
public bool? ContentValidationIgnoreCase { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="When set, this value makes the ContentMatch validation case insensitive.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="IgnoreCase")>]
member this.ContentValidationIgnoreCase : Nullable<bool> with get, set
Public Property ContentValidationIgnoreCase As Nullable(Of Boolean)
Property Value
- Attributes