ArgumentDirectionAttribute.Value Property

Definition

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

public:
 property Microsoft::Xrm::Sdk::Workflow::ArgumentDirection Value { Microsoft::Xrm::Sdk::Workflow::ArgumentDirection get(); void set(Microsoft::Xrm::Sdk::Workflow::ArgumentDirection value); };
public Microsoft.Xrm.Sdk.Workflow.ArgumentDirection Value { get; set; }
member this.Value : Microsoft.Xrm.Sdk.Workflow.ArgumentDirection with get, set
Public Property Value As ArgumentDirection

Property Value

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

Applies to

See also