Types/OpenPackage/get_LastPrinted.ps1
|
<# .SYNOPSIS Gets OpenPackage LastPrinted time .DESCRIPTION Gets the OpenPackage `LastPrinted` property. .LINK https://learn.microsoft.com/en-us/dotnet/api/system.io.packaging.packageproperties.lastprinted?wt.mc_id=MVP_321542 #> param() $this.PackageProperties.LastPrinted |