Get or set the language code component for string literal values.
Namespace: BrightstarDB.ModelAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
string LangCode { get; set; } |
| Visual Basic |
|---|
Property LangCode As String Get Set |
| Visual C++ |
|---|
property String^ LangCode { String^ get (); void set (String^ value); } |
| F# |
|---|
abstract LangCode : string with get, set |