From b95a9a69d7f864c9ba8264d8e33f20e799047a88 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 17 Mar 2022 11:31:02 +0100 Subject: [PATCH] add post excerp --- content/posts/pstypename/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/pstypename/index.md b/content/posts/pstypename/index.md index f7d9d74..2e8ef33 100644 --- a/content/posts/pstypename/index.md +++ b/content/posts/pstypename/index.md @@ -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