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