PropertyBagData 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 property bag data.
public abstract class PropertyBagData : Microsoft.Testing.Platform.Extensions.Messages.IData
type PropertyBagData = class
interface IData
Public MustInherit Class PropertyBagData
Implements IData
- Inheritance
-
PropertyBagData
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| PropertyBagData(String, String) |
Represents a property bag data. |
Properties
| Name | Description |
|---|---|
| Description |
Gets the description. |
| DisplayName |
Gets the display name. |
| Properties |
Gets the properties. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |