ArgumentDirectionAttribute.Value Property
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.
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).