InvocationInfo.BoundParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)