ArgumentDirectionAttribute.Value Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

public ArgumentDirection Value { get; set; }
public:
property ArgumentDirection Value {
    ArgumentDirection get();
    void set(ArgumentDirection value);
}
member Value : ArgumentDirection with get, set
Public Property Value As ArgumentDirection

Property Value

Type: Microsoft.Xrm.Sdk.Workflow.ArgumentDirection

Type: ArgumentDirection
The data direction of a custom attribute. Value=0 (input), or 1 (output).

See Also

ArgumentDirection
ArgumentDirectionAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright