Types/OpenPackage/get_Parts.ps1

<#
.SYNOPSIS
    Gets Package Parts
.DESCRIPTION
    Gets Open Package Parts.
.NOTES
    This is a shorthand for the method `GetParts()`
#>

if (-not $this.GetParts) {
    return
}

@($this.GetParts())