Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the associated test variable.
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 version of the value of the associated variable.
See Also
ITestVariableValue Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top