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.
LoadTestUserContext::Keys Property
Gets an ICollection that contains the keys of the LoadTestUserContext elements.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
public: property ICollection<String^>^ Keys { virtual ICollection<String^>^ get() sealed; }
Property Value
Type: System.Collections.Generic::ICollection<String^>^A Generic ICollection that contains the keys of the LoadTestUserContext.
Implements
IDictionary<TKey, TValue>::KeysThe order of the keys in the returned Generic ICollection is unspecified, but it is guaranteed to be the same order as the corresponding values in the Generic ICollection that are returned by the Values property.
Show: