Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that represents the string that delimits the end of the string to extract.
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
A string that delimits the end of the string to extract.
Remarks
If UseRegularExpression is true, the property can be set with a regular expression to enable delimiting of complex strings.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace