Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
MathML
0.1
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