Gets or sets the LanguageId for the command.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "LanguageId")]
public string LanguageId { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "LanguageId")> _
Public Property LanguageId As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"LanguageId")]
public:
property String^ LanguageId {
	String^ get ();
	void set (String^ value);
}

See Also