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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.