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::Values Property

 

Gets the ICollection<T> that contains the values in the LoadTestContext elements.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
property ICollection<Object^>^ Values {
	virtual ICollection<Object^>^ get() sealed;
}

Property Value

Type: System.Collections.Generic::ICollection<Object^>^

A Generic ICollection<T> that contains the values of the LoadTestContext elements.

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

Return to top
Show: