Add PsTypeName post #14

Merged
OCram85 merged 12 commits from PSType into master 2022-03-17 11:43:18 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit b95a9a69d7 - Show all commits

View File

@ -23,8 +23,8 @@ tags: ['parameter', 'validation', 'PSTypeName']
## 🖼️ Intro
`PSCustomObject`s with customized _TypeNames_ can be validated with the parameter
attribute `[PSTypeName()]`.
This post explains how to use `PSCustomObject`s as function parameters. We compare the basic usage with an
advanced one using the `[PSTypeName()]` parameter attribute.
## 🗑️ Well-Known Workflow