public/Query/Get-AllowedQueryParameter.ps1
function Get-AllowedQueryParameter { [CmdletBinding()] param ( ) begin { } process { $Script:allowedQueryParameters } end { } } |
function Get-AllowedQueryParameter { [CmdletBinding()] param ( ) begin { } process { $Script:allowedQueryParameters } end { } } |