ArgumentDirectionAttribute Constructors
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.
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.