InProgressTestNodeStateProperty(String) Constructor

Definition

Initializes a new instance of the InProgressTestNodeStateProperty class.

public InProgressTestNodeStateProperty(string? Explanation = default);
public InProgressTestNodeStateProperty(string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.InProgressTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.InProgressTestNodeStateProperty
new Microsoft.Testing.Platform.Extensions.Messages.InProgressTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.InProgressTestNodeStateProperty
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