PropertyBagData(String, String) Constructor

Definition

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.

Applies to