Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the WebTestResultStatus of this page or request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Property ResultStatus As WebTestResultStatus
public virtual WebTestResultStatus ResultStatus { get; internal set; }
public:
virtual property WebTestResultStatus ResultStatus {
WebTestResultStatus get ();
internal: void set (WebTestResultStatus value);
}
abstract ResultStatus : WebTestResultStatus with get, internal set
override ResultStatus : WebTestResultStatus with get, internal set
function get ResultStatus () : WebTestResultStatus
internal function set ResultStatus (value : WebTestResultStatus)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultStatus
The result status of this page.
.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.