BuildMaster SDK Reference
Version:
DeprecatedInVersionAttribute Class
Marks an extension or class as deprecated by a specific version.
Inheritance Hierarchy
- object
- System.Attribute
- Inedo.Extensibility.DeprecatedInVersionAttribute
Syntax
public
class
DeprecatedInVersionAttribute : System.Attribute
Properties
|
Name |
Description |
|
DeprecatedVersion
|
Gets the version which deprecates the extension or class.
|
|
ErrorIfUsed
|
Gets or sets a value indicating whether the use of this extension or class should be an error or a warning.
|
|
Message
|
Gets or sets a string containing additional information about what to use in place of this.
|