Types/MathML/get_ID.ps1

<#
.SYNOPSIS
    Gets a MathML id
.DESCRIPTION
    Gets the ID attribute on a MathML element.

    MathML does not need to have an identifier, but it certainly can help.
#>

return $this.Math.id