TestParameterDeletingEventArgs.Parameters Property
Gets or sets a list of the test parameter names.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As List(Of String)
public List<string> Parameters { get; }
public:
property List<String^>^ Parameters {
List<String^>^ get ();
}
member Parameters : List<string> with get
function get Parameters () : List<String>
Property Value
Type: List<String>
A list of the parameter names.
.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.