ExecuteWorkflowRequest.InputArguments Property

Definition

For internal use only.

public:
 property Microsoft::Crm::Sdk::Messages::InputArgumentCollection ^ InputArguments { Microsoft::Crm::Sdk::Messages::InputArgumentCollection ^ get(); void set(Microsoft::Crm::Sdk::Messages::InputArgumentCollection ^ value); };
public Microsoft.Crm.Sdk.Messages.InputArgumentCollection InputArguments { get; set; }
member this.InputArguments : Microsoft.Crm.Sdk.Messages.InputArgumentCollection with get, set
Public Property InputArguments As InputArgumentCollection

Property Value

Returns InputArgumentCollection.

Remarks

Provides the ability to pass input arguments into an executing workflow.

Applies to