InvokeWmiMethod.ArgumentList 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.
The collection of arguments to use when calling the method
public:
property System::Activities::InArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ ArgumentList { System::Activities::InArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::PSObject ^> ^> ^ value); };
public System.Activities.InArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject>> ArgumentList { get; set; }
member this.ArgumentList : System.Activities.InArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.PSObject>> with get, set
Public Property ArgumentList As InArgument(Of PSDataCollection(Of PSObject))