Share via


WebTestSettings.StartingURL Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Property StartingURL As String
public string StartingURL { get; set; }
public:
virtual property String^ StartingURL {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract StartingURL : string with get, set 
override StartingURL : string with get, set
final function get StartingURL () : String 
final function set StartingURL (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

WebTestSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace