TestFilterContext.ClassName Property

Definition

Gets or sets the simple class name (without namespace), or null when no managed metadata is available. Nested types are surfaced using their managed metadata form (e.g. Outer+Inner); see ManagedTypeName for the fully escaped ECMA-335 representation.

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

Property Value

Attributes

Applies to