GetCommonParameter.PSBoundParameter Property

Definition

[System.Management.Automation.Parameter(Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Generic.Dictionary<string,object> PSBoundParameter { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.PSBoundParameter : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property PSBoundParameter As Dictionary(Of String, Object)

Property Value

Dictionary<String,Object>
Attributes

Applies to