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 the read-only list of configurations against which this entry will be tested.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property Configurations As IList(Of IdAndName)
IList<IdAndName> Configurations { get; }
property IList<IdAndName>^ Configurations {
IList<IdAndName>^ get ();
}
abstract Configurations : IList<IdAndName> with get
function get Configurations () : IList<IdAndName>
Property Value
Type: IList<IdAndName>
The read-only list of configurations against which this entry will be tested.
Remarks
This list is read-only.
.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.