Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
    bDoPartial As Boolean, _
    sDisableKeyword As String, _
    locale As String _
) As Boolean
public static bool ValidateValue(
    string sRequestURL,
    string sExpectedURL,
    string sActualURL,
    string sTerminators,
    bool bDoPartial,
    string sDisableKeyword,
    string locale
)
public:
static bool ValidateValue(
    String^ sRequestURL, 
    String^ sExpectedURL, 
    String^ sActualURL, 
    String^ sTerminators, 
    bool bDoPartial, 
    String^ sDisableKeyword, 
    String^ locale
)
static member ValidateValue : 
        sRequestURL:string * 
        sExpectedURL:string * 
        sActualURL:string * 
        sTerminators:string * 
        bDoPartial:bool * 
        sDisableKeyword:string * 
        locale:string -> bool
public static function ValidateValue(
    sRequestURL : String, 
    sExpectedURL : String, 
    sActualURL : String, 
    sTerminators : String, 
    bDoPartial : boolean, 
    sDisableKeyword : String, 
    locale : String
) : boolean
Parameters
- sRequestURL
 Type: String
- sExpectedURL
 Type: String
- sActualURL
 Type: String
- sTerminators
 Type: String
- bDoPartial
 Type: Boolean
- sDisableKeyword
 Type: String
- locale
 Type: String
Return Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.