StringAssertAction.PropertyCondition Property

Gets or sets the results of the assertion comparison.

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 StringAssertCondition
public StringAssertCondition PropertyCondition { get; set; }
public:
property StringAssertCondition PropertyCondition {
    StringAssertCondition get ();
    void set (StringAssertCondition value);
}
member PropertyCondition : StringAssertCondition with get, set
function get PropertyCondition () : StringAssertCondition 
function set PropertyCondition (value : StringAssertCondition)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.StringAssertCondition
The results of the assertion comparison.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

StringAssertAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged

StringAssertCondition