add post excerp

This commit is contained in:
OCram85 2022-03-17 11:31:02 +01:00
parent 7d0e15e9b8
commit b95a9a69d7
1 changed files with 2 additions and 2 deletions

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