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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.AssertCondition
The comparison to apply.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

AssertAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

AssertCondition

PropertyChanged