ValidationAction.ExpectedValue Property

When implemented in a derived class, gets the expected property value.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Overridable Property ExpectedValue As String
public virtual string ExpectedValue { get; set; }
public:
virtual property String^ ExpectedValue {
    String^ get ();
    void set (String^ value);
}
abstract ExpectedValue : string with get, set
override ExpectedValue : string with get, set
function get ExpectedValue () : String
function set ExpectedValue (value : String)

Property Value

Type: System.String
The value as a string.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

ValidationAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged