SharePointValidationRuleResponseURL2.ValidateValue Method (String, String, String)

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

Syntax

'Declaration
Public Shared Function ValidateValue ( _
    sRequestURL As String, _
    sExpectedURL As String, _
    sActualURL As String _
) As Boolean
public static bool ValidateValue(
    string sRequestURL,
    string sExpectedURL,
    string sActualURL
)
public:
static bool ValidateValue(
    String^ sRequestURL, 
    String^ sExpectedURL, 
    String^ sActualURL
)
static member ValidateValue : 
        sRequestURL:string * 
        sExpectedURL:string * 
        sActualURL:string -> bool
public static function ValidateValue(
    sRequestURL : String, 
    sExpectedURL : String, 
    sActualURL : String
) : boolean

Parameters

  • sRequestURL
    Type: String
  • sExpectedURL
    Type: String
  • sActualURL
    Type: String

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

SharePointValidationRuleResponseURL2 Class

ValidateValue Overload

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace