PlannedTest.ManagedMethodName Property

Definition

Gets the ECMA-335 managed method name (encoding parameter types) for the test method, when available. Use this for unambiguous identification of overloaded methods.

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

Property Value

Attributes

Applies to