BasicModuleConfigurationResourceManager Property

Returns the resource manager object that is associated with this configuration. Can be null.

Definition

Namespace: MFiles.VAF.Module
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual ResourceManager ResourceManager { get; protected set; }

Property Value

ResourceManager

Implements

IConfigurationResourceManager

See Also