Click or drag to resize

AppStringContainerLangStrings Property

Returns the dictionary of contained strings

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, string> LangStrings { get; }

Property Value

Type: DictionaryInt32, String
See Also