DiscoveredTestNodeStateProperty(String) Constructor

Definition

Initializes a new instance of the DiscoveredTestNodeStateProperty class.

public DiscoveredTestNodeStateProperty(string? Explanation = default);
public DiscoveredTestNodeStateProperty(string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty
new Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty
Public Sub New (Optional Explanation As String = Nothing)
Public Sub New (Optional explanation As String = Nothing)

Parameters

Explanationexplanation
String

Textual explanation of the node.

Applies to