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)

Syntax

'Declaration
Public ReadOnly Property Values As ICollection(Of Object)
public ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed;
}
abstract Values : ICollection<Object> with get 
override Values : ICollection<Object> with get
final function get Values () : ICollection<Object>

Property Value

Type: ICollection<Object>
A Generic ICollection that contains the values of the LoadTestUserContext elements.

Implements

IDictionary.Values

Remarks

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.

.NET Framework Security

See Also

Reference

LoadTestUserContext Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace