Share via


WebTestResultComment.Passed Property

Gets the Boolean value that indicates whether the Web performance test passed.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Passed As Boolean
public override bool Passed { get; }
public:
virtual property bool Passed {
    bool get () override;
}
abstract Passed : bool with get 
override Passed : bool with get
override function get Passed () : boolean

Property Value

Type: Boolean
The Boolean value that indicates whether the Web performance test passed.

.NET Framework Security

See Also

Reference

WebTestResultComment Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace