Share via


ConditionalEventArgs.IsMet Property

Gets or sets a value that indicates whether the condition was met.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property IsMet As Boolean
public bool IsMet { get; set; }
public:
property bool IsMet {
    bool get ();
    void set (bool value);
}
member IsMet : bool with get, set
function get IsMet () : boolean 
function set IsMet (value : boolean)

Property Value

Type: Boolean
true if the condition was met; otherwise, false.

.NET Framework Security

See Also

Reference

ConditionalEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace