Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the expected value as a string.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Overrides Property ExpectedValue As String
public override string ExpectedValue { get; set; }
public:
virtual property String^ ExpectedValue {
String^ get () override;
void set (String^ value) override;
}
abstract ExpectedValue : string with get, set
override ExpectedValue : string with get, set
override function get ExpectedValue () : String
override function set ExpectedValue (value : String)
Property Value
Type: String
The value as a string.
.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.