PlannedTest.TestDisplayName Property
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.
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