Share via


RunResultAndStatistics.HasPassed Property

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

Syntax

'Declaration
Public ReadOnly Property HasPassed As Boolean
'Usage
Dim instance As RunResultAndStatistics 
Dim value As Boolean 

value = instance.HasPassed
public bool HasPassed { get; }
public:
property bool HasPassed {
    bool get ();
}
public function get HasPassed () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

RunResultAndStatistics Members

Microsoft.VisualStudio.TestTools.Common Namespace