InvocationInfo.BoundParameters Property

Definition

This member provides a dictionary of the parameters that were bound for this script or command.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ BoundParameters { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> BoundParameters { get; }
member this.BoundParameters : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property BoundParameters As Dictionary(Of String, Object)

Property Value

Applies to