OutputAttribute Class

Definition

Specifiy an output parameter

public ref class OutputAttribute sealed : Microsoft::Xrm::Sdk::Workflow::ParameterAttribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class OutputAttribute : Microsoft.Xrm.Sdk.Workflow.ParameterAttribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type OutputAttribute = class
    inherit ParameterAttribute
Public NotInheritable Class OutputAttribute
Inherits ParameterAttribute
Inheritance
OutputAttribute
Attributes

Constructors

OutputAttribute(String)

Initializes a new instance of the OutputAttribute class. Specify an output parameter

Properties

Name

The name of the parameter that will appears in the UI.

(Inherited from ParameterAttribute)

Applies to