ArgumentDirectionAttribute Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Specifies the direction, either input or output, for an action argument.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

System.Object
  System.Attribute
    Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute

[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class ArgumentDirectionAttribute : Attribute, IWorkflowArgument

NameDescription
System_CAPS_pubmethodArgumentDirectionAttribute()

System_CAPS_pubmethodArgumentDirectionAttribute(ArgumentDirection)

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

NameDescription
System_CAPS_pubpropertyArgumentValue

Gets the argument’s value.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

System_CAPS_pubpropertyValue

Gets or sets the data direction of a custom attribute for an action.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: