Types/OpenPackage/set_Keywords.ps1

<#
.SYNOPSIS
    Sets OpenPackage `Keywords`
.DESCRIPTION
    Sets 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 = $args -join ' '