CloseTestSessionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of closing a test session.
public sealed class CloseTestSessionResult
type CloseTestSessionResult = class
Public NotInheritable Class CloseTestSessionResult
- Inheritance
-
CloseTestSessionResult
Constructors
| Name | Description |
|---|---|
| CloseTestSessionResult() | |
Properties
| Name | Description |
|---|---|
| ErrorMessage |
Gets or sets the error message associated with the test session closing. |
| IsSuccess |
Gets or sets a value indicating whether the test session closing was successful. |
| WarningMessage |
Gets or sets the warning message associated with the test session closing. |