Class LanguageDefinition
Definition of single language element in an ecf.app.config file
Inheritance
System.Object
LanguageDefinition
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class LanguageDefinition : ConfigurationElement
Constructors
LanguageDefinition()
Initializes a new instance of the LanguageDefinition class.
Declaration
public LanguageDefinition()
Properties
Key
Gets the name.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String | The value. |