Types/RoughDraft.Media/get_Producer.ps1
<# .SYNOPSIS Gets Producer Metadata .DESCRIPTION Gets the Producer Metadata, if present. #> param() return $this.'.Metadata'.Producer |
<# .SYNOPSIS Gets Producer Metadata .DESCRIPTION Gets the Producer Metadata, if present. #> param() return $this.'.Metadata'.Producer |