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.

LoadTestUserContext::Values Property

 

Gets an ICollection that contains the values in the LoadTestUserContext 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 that contains the values of the LoadTestUserContext elements.

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

Return to top
Show: