Share via


SharePointValidationRuleResponseURL2.DisableURLCheck Property

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property DisableURLCheck As String
public string DisableURLCheck { get; set; }
public:
property String^ DisableURLCheck {
    String^ get ();
    void set (String^ value);
}
member DisableURLCheck : string with get, set
function get DisableURLCheck () : String 
function set DisableURLCheck (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointValidationRuleResponseURL2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace