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::ContainsKey Method (String^)
Indicates whether the LoadTestUserContext contains an element that has the specified key.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Parameters
- key
-
Type:
System::String^
The key to locate in the LoadTestUserContext.
Return Value
Type: System::Booleantrue if the LoadTestUserContext contains an element that has the key; otherwise, false.
Show: