WebTestSettings.StartingURL Property
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
- 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.