Information
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.

LoadTestContext::Keys Property

 

Gets an ICollection<T> that contains the keys of the LoadTestContext elements.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
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<T> that contains the keys of the LoadTestContext.

The order of the keys in the returned Generic ICollection<T> is unspecified, but it is guaranteed to be the same order as the corresponding values in the Generic ICollection<T> that is returned by the Values property.

Return to top
Show: