TestFilterContext.Namespace 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 namespace of the declaring test class, or null when
no managed metadata is available or the class is in the global namespace.
public string? Namespace { get; set; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? Namespace { get; set; }
member this.Namespace : string with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Namespace : string with get, set
Public Property Namespace As String
Property Value
- Attributes