InputAttribute Class
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.
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
- 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) |