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