Gets or sets the language id for the command.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(null)]
public string LanguageId { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property LanguageId As String
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property String^ LanguageId {
	String^ get ();
	void set (String^ value);
}

See Also