ITestVariableValue.Value Propriedade
Obtém ou define o valor da variável teste associada.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string Value { get; set; }
property String^ Value {
String^ get();
void set(String^ value);
}
abstract Value : string with get, set
Property Value As String
Valor de propriedade
Type: System.String
Uma versão de cadeia de caracteres do valor da variável associado.
Consulte também
Interface ITestVariableValue
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo