Share via


LoadTestUserContext.Keys Property

Gets an ICollection that contains the keys of the LoadTestUserContext 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> with get 
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

Property Value

Type: ICollection<String>
A Generic ICollection that contains the keys of the LoadTestUserContext.

Implements

IDictionary.Keys

Remarks

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

.NET Framework Security

See Also

Reference

LoadTestUserContext Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace