Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.1.8
Types/Turtle/get_Steps.ps1
if
(
-not
$this
.
'.Steps'
)
{
$this
.
psobject
.
properties
.
add
(
[psnoteproperty]
::
new
(
'.Steps'
,
[Collections.Generic.List[string]]
::
new
(
)
)
,
$false
)
}
return
,
$this
.
'.Steps'