ArgumentDirectionAttribute Class
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.
Specifies the direction, either input or output, for an action argument.
public ref class ArgumentDirectionAttribute sealed : Attribute, Microsoft::Xrm::Sdk::Workflow::IWorkflowArgument
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")]
[System.Serializable]
public sealed class ArgumentDirectionAttribute : Attribute, Microsoft.Xrm.Sdk.Workflow.IWorkflowArgument
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")>]
[<System.Serializable>]
type ArgumentDirectionAttribute = class
inherit Attribute
interface IWorkflowArgument
Public NotInheritable Class ArgumentDirectionAttribute
Inherits Attribute
Implements IWorkflowArgument
- Inheritance
-
ArgumentDirectionAttribute
- Attributes
- Implements
Remarks
An input argument becomes a custom property on the message request of an action. An output argument becomes a custom property on the message response of an action.
Constructors
ArgumentDirectionAttribute() | |
ArgumentDirectionAttribute(ArgumentDirection) |
Initializes an instance of the ArgumentDirectionAttribute class using an argument direction. |
Properties
ArgumentValue |
Gets the argument’s value. |
Value |
Gets or sets the data direction of a custom attribute for an action. |