DeploymentItemAttribute.Path Property

Gets a value that represents the path to the deployment item.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.SmartDevice.UnitTestFramework (in Microsoft.VisualStudio.SmartDevice.UnitTestFramework.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

See Also

Reference

DeploymentItemAttribute Class

DeploymentItemAttribute Members

Microsoft.VisualStudio.TestTools.UnitTesting Namespace

Other Resources

Test Deployment