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
- 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.