Share via


SetWmiInstance.Arguments Property

Definition

Provides access to the Arguments parameter.

public:
 property System::Activities::InArgument<System::Collections::Hashtable ^> ^ Arguments { System::Activities::InArgument<System::Collections::Hashtable ^> ^ get(); void set(System::Activities::InArgument<System::Collections::Hashtable ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Collections.Hashtable> Arguments { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Arguments : System.Activities.InArgument<System.Collections.Hashtable> with get, set
Public Property Arguments As InArgument(Of Hashtable)

Property Value

Attributes

Applies to