Dela via


IncludedWebTest.Path Property

Gets or sets the file path of the included Web test.

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

Syntax

'Declaration
Public Property Path As String
'Usage
Dim instance As IncludedWebTest 
Dim value As String 

value = instance.Path

instance.Path = value
public string Path { get; set; }
public:
property String^ Path {
    String^ get ();
    void set (String^ value);
}
public function get Path () : String 
public function set Path (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IncludedWebTest Class

IncludedWebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace