Share via


LoadTestUserContext.Values Property

Gets 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)
'Usage
Dim instance As LoadTestUserContext 
Dim value As ICollection(Of Object)

value = instance.Values
public ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed;
}
public final function get Values () : ICollection<Object>

Property Value

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

Implements

IDictionary<TKey, TValue>.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 returned by the Keys property.

.NET Framework Security

See Also

Reference

LoadTestUserContext Class

LoadTestUserContext Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace