TestNode 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 a test node.
public class TestNode
type TestNode = class
Public Class TestNode
- Inheritance
-
TestNode
Constructors
| Name | Description |
|---|---|
| TestNode() | |
Properties
| Name | Description |
|---|---|
| DisplayName |
Gets the display name of the test node. |
| Properties |
Gets the properties of the test node. |
| Uid |
Gets the unique identifier of the test node. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |