The KeyName property returns and caches the name of the key attribute used to lookup resources.
This can be configured by setting ResourceManagerKey property in the web.config file. The default value for this property
is 'key'.
Namespace: DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string KeyName { get; set; } |
Visual Basic |
---|
Public Shared Property KeyName As String Get Set |