PlannedTest.TestDisplayName Property

Definition

Gets the display name of the test, when one was set; otherwise null. Mirrors TestDisplayName.

public string? TestDisplayName { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? TestDisplayName { get; }
member this.TestDisplayName : string
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.TestDisplayName : string
Public ReadOnly Property TestDisplayName As String

Property Value

Attributes

Applies to