Condividi tramite


Proprietà ITestResultParameter.ExpectedValue

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene il valore previsto della proprietà.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Property ExpectedValue As String
string ExpectedValue { get; set; }
property String^ ExpectedValue {
    String^ get ();
    void set (String^ value);
}
abstract ExpectedValue : string with get, set
function get ExpectedValue () : String 
function set ExpectedValue (value : String)

Valore proprietà

Tipo: String
Valore previsto della proprietà come string.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestResultParameter Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client