LoadTestContext.Keys Property

Gets an ICollection<T> that contains the keys of the LoadTestContext elements.

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

Syntax

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

Property Value

Type: System.Collections.Generic.ICollection<String>
A Generic ICollection<T> that contains the keys of the LoadTestContext.

Implements

IDictionary<TKey, TValue>.Keys

Remarks

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

.NET Framework Security

See Also

Reference

LoadTestContext Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace