|
ConfigurationDataCodeAlias Property |
Gets or sets the Norwegian language code alias for the configuration.
Namespace: Infosoft.Common.Contracts.DataContracts.ConfigurationsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public string CodeAlias { get; set; }
No code example is currently available or this language may not be supported.
Property Value
StringRemarks
When talking about configuration values with customer support, this is usually the code they're familiar with.
Unlike the Code/CodeEnumerator, the CodeAlias isn't guaranteed to be unique, although it usually will be.
See Also