TestFilterContext.ClassName 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 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