ExecuteWorkflowRequest.InputArguments 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.
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.