Edit

Share via


TestResult.Name Property

Definition

Retrieves or sets the name for the TestResult object.

public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Property Value

A String object that contains the name for the TestResult object.

Applies to