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
public StringAssertCondition PropertyCondition { get; set; }
public:
property StringAssertCondition PropertyCondition {
StringAssertCondition get();
void set(StringAssertCondition value);
}
member PropertyCondition : StringAssertCondition with get, set
Public Property PropertyCondition As StringAssertCondition
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.StringAssertCondition
The results of the assertion comparison.
Remarks
Setting this property raises the PropertyChanged event.
See Also
PropertyChanged
StringAssertCondition
StringAssertAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top