RuleResult.Success Property

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

See Also

Reference

RuleResult Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace