Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.1.8
Types/Turtle/get_PathAttribute.ps1
if
(
-not
$this
.
'.PathAttribute'
)
{
$this
|
Add-Member
NoteProperty
'.PathAttribute'
(
[Ordered]
@{
}
)
-Force
}
return
$this
.
'.PathAttribute'