Gets the namespace of the Type.
[Visual Basic] MustOverride Public ReadOnly Property Namespace As String [C#] public string Namespace {abstract get;} [C++] public: __property virtual String* get_Namespace() = 0; [JScript] public abstract function get Namespace() : String;
The namespace of the Type.