Share via


CodeGeneratorContext.Namespace Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the generated namespace declaration.

public System.CodeDom.CodeNamespace Namespace { get; }
member this.Namespace : System.CodeDom.CodeNamespace
Public ReadOnly Property Namespace As CodeNamespace

Property Value

The generated namespace declaration.

Applies to