MFDeprecatedAttribute(String, Boolean) Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public MFDeprecatedAttribute(
	string message,
	bool isError
)

Parameters

message  String
The error message to use if the configuration contains a value for this key.
isError  Boolean
True if the use of the configuration key should be an error and prevent the use of the module.

See Also