ArgumentDirectionAttribute Constructors

Definition

Initializes an instance of the ArgumentDirectionAttribute class.

Overloads

ArgumentDirectionAttribute()
ArgumentDirectionAttribute(ArgumentDirection)

Initializes an instance of the ArgumentDirectionAttribute class using an argument direction.

ArgumentDirectionAttribute()

public:
 ArgumentDirectionAttribute();
public ArgumentDirectionAttribute ();
Public Sub New ()

Remarks

Initializes an instance of the ArgumentDirectionAttribute class.

Applies to

ArgumentDirectionAttribute(ArgumentDirection)

Initializes an instance of the ArgumentDirectionAttribute class using an argument direction.

public:
 ArgumentDirectionAttribute(Microsoft::Xrm::Sdk::Workflow::ArgumentDirection value);
public ArgumentDirectionAttribute (Microsoft.Xrm.Sdk.Workflow.ArgumentDirection value);
new Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute : Microsoft.Xrm.Sdk.Workflow.ArgumentDirection -> Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute
Public Sub New (value As ArgumentDirection)

Parameters

value
ArgumentDirection

The argument direction.

Applies to