Gets the language code matched by this criterion

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string LangCode { get; }
Visual Basic
Public ReadOnly Property LangCode As String
	Get
Visual C++
public:
property String^ LangCode {
	String^ get ();
}
F#
member LangCode : string with get

Property Value

Type: String

Remarks

This property may be NULL

See Also