MFDeprecatedAttribute(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(
	bool isError
)

Parameters

isError  Boolean
True if the use of the configuration key should be an error and prevent the use of the configuration.

See Also