PropertyBagData(String, String) Constructor
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.
protected PropertyBagData(string displayName, string? description);
new Microsoft.Testing.Platform.Extensions.Messages.PropertyBagData : string * string -> Microsoft.Testing.Platform.Extensions.Messages.PropertyBagData
Protected Sub New (displayName As String, description As String)
Parameters
- displayName
- String
The display name.
- description
- String
The description.