Share via


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

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

Property Value

Type: System.String

The value as a string.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
ValidationAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top