Cached LocalizedTextTable for current user.
API users should use this rather than instantiating a LocalizedTextTable directly for performance reasons
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
| C# |
|---|
public static LocalizedTextTable LocaleText { get; set; } |
| Visual Basic |
|---|
Public Shared Property LocaleText As LocalizedTextTable Get Set |
| Visual C++ |
|---|
public: static property LocalizedTextTable^ LocaleText { LocalizedTextTable^ get (); void set (LocalizedTextTable^ value); } |