Gets or sets a value that indicates whether the Web performance test rule was successful.
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property Success As Boolean
public bool Success { get; internal set; }
public:
property bool Success {
    bool get ();
    internal: void set (bool value);
}
member Success : bool with get, internal set
function get Success () : boolean 
internal function set Success (value : boolean)
Property Value
Type: Boolean
true if the rule result was successful; 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.