Share via


ExtractGuids.EndsWith Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

ExtractGuids Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace