CodeDomDocDataAdapter.TypeNamespace 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 the code namespace for this document.
public:
virtual property System::CodeDom::CodeNamespace ^ TypeNamespace { System::CodeDom::CodeNamespace ^ get(); };
public virtual System.CodeDom.CodeNamespace TypeNamespace { get; }
member this.TypeNamespace : System.CodeDom.CodeNamespace
Public Overridable ReadOnly Property TypeNamespace As CodeNamespace
Property Value
The CodeNamespace, or the first one if there are multiple types in the project.