ParameterAttribute Class

Definition

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 ParameterAttribute class.

Properties

Name

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

Applies to