Share via


DeclarativeWebTest.RequestItems Property

Definition

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::TestTools::WebTesting::WebTestRequest ^> ^ RequestItems { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::TestTools::WebTesting::WebTestRequest ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequest> RequestItems { get; }
member this.RequestItems : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequest>
Public ReadOnly Property RequestItems As ReadOnlyCollection(Of WebTestRequest)

Property Value

Applies to