Share via


FluentApiCodeFragment.Namespace Property

Definition

Gets the namespace of the method's declaring type.

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

Property Value

The declaring type's name.

Attributes

Applies to