TypeInfo.TypeNamespace

TypeInfo.TypeNamespace property

Gets the type namespace.The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.

public string TypeNamespace { get; }

Property Value

The type namespace.

See Also