True if this attribute was explicitly given a value in the instance document, false otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool Specified { get; }
Public ReadOnly Property Specified As Boolean
Get
public:
property bool Specified {
bool get ();
}
member Specified : bool with get
Property Value
Type:
Booleantrue if specified; otherwise,
false.
See Also