DeploymentItemAttribute.Path Property
Gets a value that represents the path to the deployment item.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Path As String
'Usage
Dim instance As DeploymentItemAttribute
Dim value As String
value = instance.Path
public string Path { get; }
public:
property String^ Path {
String^ get ();
}
public function get Path () : String
Property Value
Type: System.String
The path to the file or directory to deploy.
.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
DeploymentItemAttribute Members
Microsoft.VisualStudio.TestTools.WebTesting Namespace