CreateTestSessionResult 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 creating a test session.
public sealed class CreateTestSessionResult
type CreateTestSessionResult = class
Public NotInheritable Class CreateTestSessionResult
- Inheritance
-
CreateTestSessionResult
Constructors
| Name | Description |
|---|---|
| CreateTestSessionResult() | |
Properties
| Name | Description |
|---|---|
| ErrorMessage |
Gets or sets the error message, if any. |
| IsSuccess |
Gets or sets a value indicating whether the test session creation was successful. |
| WarningMessage |
Gets or sets the warning message, if any. |