LoadTestContext.Values Property
Gets the ICollection that contains the values in the LoadTestContext 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 LoadTestContext 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.