OutputAttribute 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.
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
- 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) |