MFDeprecatedAttribute Class
Attribute that specifies if a configuration key is deprecated.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
[SerializableAttribute]
public class MFDeprecatedAttribute : Attribute
- Inheritance
- Object Attribute MFDeprecatedAttribute
IsError
|
True if the use of the configuration key should be an error and prevent the use of the configuration.
|
Message
|
The error message about deprecated key.
|
MessageResourceId
|
The resource id of the error message about the deprecated key. This is used instead of the Message if specified.
|
Replacement
|
The name of the replacement configuration member.
|