Gets the namespace of the
Type.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract string Namespace { get; }
Return Value
Type:
StringThe namespace of the
Type; null if the current instance has no namespace or represents a generic parameter.
See Also