DOMTreatNullAsAttributeType Property |
Gets or sets value the type.
Namespace: Aspose.Html.Dom.AttributesAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Type Type { get; set; }
Public Property Type As Type
Get
Set
public:
property Type^ Type {
Type^ get ();
void set (Type^ value);
}
member Type : Type with get, set
Property Value
Type:
Type
The type.
See Also