WebTestResultUnit.IsCompleted Property

Gets a Boolean value that indicates whether the result status is Completed.

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

Syntax

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

Property Value

Type: System.Boolean
true if the status is Completed; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestResultUnit Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace