Click or drag to resize
TypeNamespace Property
Gets the namespace of the Type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract string Namespace { get; }

Return Value

Type: String
The namespace of the Type; null if the current instance has no namespace or represents a generic parameter.
See Also