ITestParameter.Value Property
Gets or sets the value of this parameter.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string Value { get; set; }
property String^ Value {
String^ get();
void set(String^ value);
}
abstract Value : string with get, set
Property Value As String
Property Value
Type: System.String
A string representation of the value of this parameter.
See Also
ITestParameter Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top