MFConfigurationAttribute Class

Attribute for marking the configuration objects.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class MFConfigurationAttribute : Attribute
Inheritance
Object    Attribute    MFConfigurationAttribute

Constructors

Properties

ConfigKey The configuration storage key in the defined namespace.
ConfigNamespace The configuration storage namespace.

Methods

LoadT Loads the configuration from the configuration storage.

See Also