Share via


SharePointValidationRuleResponseURL2.ValidateValue Method (String, String, 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, _
    sTerminators As String, _
    locale As String _
) As Boolean
public static bool ValidateValue(
    string sRequestURL,
    string sExpectedURL,
    string sActualURL,
    string sTerminators,
    string locale
)
public:
static bool ValidateValue(
    String^ sRequestURL, 
    String^ sExpectedURL, 
    String^ sActualURL, 
    String^ sTerminators, 
    String^ locale
)
static member ValidateValue : 
        sRequestURL:string * 
        sExpectedURL:string * 
        sActualURL:string * 
        sTerminators:string * 
        locale:string -> bool
public static function ValidateValue(
    sRequestURL : String, 
    sExpectedURL : String, 
    sActualURL : String, 
    sTerminators : String, 
    locale : String
) : boolean

Parameters

  • sRequestURL
    Type: String
  • sExpectedURL
    Type: String
  • sActualURL
    Type: String
  • sTerminators
    Type: String
  • locale
    Type: String

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

SharePointValidationRuleResponseURL2 Class

ValidateValue Overload

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace