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
- 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.