Language

TestFilterContext.Namespace Property

Definition

Gets or sets the namespace of the declaring test class, or null when no managed metadata is available or the class is in the global namespace.

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

Property Value

Attributes

Applies to