Share via


SharePointFindHrefs.URLPatternString Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointFindHrefs Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace