Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh
0.2
Types/Posh/get_NET.ps1
if
(
-not
$this
.
'.NET'
)
{
$this
|
Add-Member
NoteProperty
'.NET'
-Value
(
[PSCustomObject]
@{
PSTypeName
=
'Posh.NET'
}
)
}
$this
.
'.NET'