Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.1.9
Types/Turtle/get_Text.ps1
<#
.SYNOPSIS
Gets the Turtle text
.DESCRIPTION
Gets the text associated with the Turtle, if any exists.
#>
return
$this
.
'.Text'