TypeInfoTypeName Property |
The name of a type declared for the associated element or attribute, or null if unknown.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic string TypeName { get; }
Public ReadOnly Property TypeName As String
Get
public:
property String^ TypeName {
String^ get ();
}
member TypeName : string with get
Property Value
Type:
String
The name of the type.
See Also