Share via


AssertAction.PropertyCondition Property

 

Gets the comparison to apply to the property and the expected value.

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

Syntax

public AssertCondition PropertyCondition { get; set; }
public:
property AssertCondition PropertyCondition {
    AssertCondition get();
    void set(AssertCondition value);
}
member PropertyCondition : AssertCondition with get, set
Public Property PropertyCondition As AssertCondition

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.AssertCondition

The comparison to apply.

Remarks

Setting this property raises the PropertyChanged event.

See Also

AssertCondition
PropertyChanged
AssertAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top