TypeInfoTypeNamespace 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.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string TypeNamespace { get; }
Public ReadOnly Property TypeNamespace As String
Get
public:
property String^ TypeNamespace {
String^ get ();
}
member TypeNamespace : string with get
Property Value
Type:
String
The type namespace.
See Also