Types/Turtle/get_Text.ps1

<#
.SYNOPSIS
    Gets the Turtle text
.DESCRIPTION
    Gets the text associated with the Turtle, if any exists.

#>

return $this.'.Text'