Share via


InvokeCimMethod.Arguments Property

Definition

Provides access to the Arguments parameter.

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

Property Value

Attributes

Applies to