Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property bool IsCompleted {
	bool get();
}

Property Value

Type: System::Boolean

true if the status is Completed; otherwise, false.

Return to top
Show: