Share via


PostWebTestRecordingEventArgs.RecordedWebTestDeploymentItems Property

Items added to this collection will be added as deployment items to the Web performance test.

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

Syntax

'Declaration
Public ReadOnly Property RecordedWebTestDeploymentItems As IList(Of String)
public IList<string> RecordedWebTestDeploymentItems { get; }
public:
property IList<String^>^ RecordedWebTestDeploymentItems {
    IList<String^>^ get ();
}
member RecordedWebTestDeploymentItems : IList<string>
function get RecordedWebTestDeploymentItems () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>
A collection of deployment items.

.NET Framework Security

See Also

Reference

PostWebTestRecordingEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace