Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a dictionary of named values for this configuration.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property Values As IDictionary(Of String, String)
IDictionary<string, string> Values { get; }
property IDictionary<String^, String^>^ Values {
IDictionary<String^, String^>^ get ();
}
abstract Values : IDictionary<string, string> with get
function get Values () : IDictionary<String, String>
Property Value
Type: IDictionary<String, String>
A dictionary of named values.
Remarks
The value settings must be unique to this configuration. No other configurations that have the same set of name/value pairs can exist.
.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.