Share via


WorkflowArgument Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

An argument to be passed to a workflow at run-time.

The following tables list the members exposed by the WorkflowArgument type.

Public Constructors

  Name Description
  WorkflowArgument Initializes an instance of the WorkflowArgument class.

Top

Public Properties

  Name Description
public property ArgumentType Gets or sets the data type of the workflow argument.
public property ContainerType Gets or sets the collection type that can contain the workflow argument.
public property Description Gets or sets a description of the workflow argument.
public property Direction Gets or sets the data direction of the workflow argument.
public property EntityName Gets or sets the logical name of the primary entity that the workflow is executing for.
public property Name Gets or sets a name for the workflow argument.
public property Required Gets or sets if the workflow argument is required.
public property Target Gets or sets whether the argument is the primary entity being supplied to the workflow.
public property Value Gets or sets the value of the workflow argument.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

WorkflowArgument Class
Microsoft.Xrm.Sdk.Workflow Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.