Share via


SharePointValidationRuleResponseURL2.StringSeparator Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointValidationRuleResponseURL2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace