Share via


InvokeWmiMethod.ArgumentList Property

Definition

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))

Property Value

Applies to