Share via


DebugOperationResult.Succeeded Property

Gets a value that indicates whether the debug operation succeeded.

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

Syntax

'Declaration
Public ReadOnly Property Succeeded As Boolean
public bool Succeeded { get; }
public:
property bool Succeeded {
    bool get ();
}
member Succeeded : bool with get
function get Succeeded () : boolean

Property Value

Type: Boolean
true if the test operation succeeded; otherwise, false.

.NET Framework Security

See Also

Reference

DebugOperationResult Class

Microsoft.VisualStudio.TestTools.Common Namespace