InputAttribute Class

Definition

Specify an input parameter.

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

Constructors

InputAttribute(String)

Initializes a new instance of the InputAttribute class. Specify an input parameter

Properties

Name

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

(Inherited from ParameterAttribute)

Applies to