Version:
ExtensionConfigurationVariableAttribute Class
Indicates that a VariableFunction is intended as part of extension configuration.
Inheritance Hierarchy
- object
- System.Attribute
- Inedo.Extensibility.VariableFunctions.ExtensionConfigurationVariableAttribute
Syntax
public
sealed
class
ExtensionConfigurationVariableAttribute : System.Attribute
Properties
|
Name |
Description |
|
Required
|
Gets or sets a value indicating whether a configuration variable must be defined in order for the extension to function properly.
|
|
SuggestionProvider
|
Gets or sets the suggestion provider. This must be an ISuggestionProvider.
|
|
Type
|
Gets or sets the expected return type.
|