Types/OpenPackage/get_Keywords.ps1
|
<# .SYNOPSIS Gets OpenPackage `Keywords` .DESCRIPTION Gets the OpenPackage `Keywords` property. .LINK https://learn.microsoft.com/en-us/dotnet/api/system.io.packaging.packageproperties.keywords?wt.mc_id=MVP_321542 #> param() $this.PackageProperties.Keywords -split '[\s\r\n]+' |