DataWithSessionUid 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 data with a session UID.
public abstract class DataWithSessionUid : Microsoft.Testing.Platform.Extensions.Messages.PropertyBagData
type DataWithSessionUid = class
inherit PropertyBagData
Public MustInherit Class DataWithSessionUid
Inherits PropertyBagData
- Inheritance
- Derived
Constructors
| Name | Description |
|---|---|
| DataWithSessionUid(String, String, SessionUid) |
Initializes a new instance of the DataWithSessionUid class. |
Properties
| Name | Description |
|---|---|
| Description |
Gets the description. (Inherited from PropertyBagData) |
| DisplayName |
Gets the display name. (Inherited from PropertyBagData) |
| Properties |
Gets the properties. (Inherited from PropertyBagData) |
| SessionUid |
Gets the session UID. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |