ParameterAttribute 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.
Base class for custom activity parameter types
For Internal use only.
public ref class ParameterAttribute abstract : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public abstract class ParameterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type ParameterAttribute = class
inherit Attribute
Public MustInherit Class ParameterAttribute
Inherits Attribute
- Inheritance
-
ParameterAttribute
- Derived
- Attributes
Constructors
ParameterAttribute(String) |
Initializes a new instance of the |
Properties
Name |
The name of the parameter that will appears in the UI. |