The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestContext::Keys Property
Gets a collection of all the keys in the WebTestContext.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property ICollection<String^>^ Keys { virtual ICollection<String^>^ get() sealed; }
Property Value
Type: System.Collections.Generic::ICollection<String^>^An ICollection object that contains a collection of key strings.
Implements
IDictionary<TKey, TValue>::Keys
Show: