Gets the value of the Query ID key or sets it to a specified String.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual string QueryIdentifier { get; set; }
Visual Basic
Public Overridable Property QueryIdentifier As String
	Get
	Set
Visual C++
public:
virtual property String^ QueryIdentifier {
	String^ get ();
	void set (String^ value);
}

Field Value

Query ID of the query.

Remarks

This method may not be supported in future versions of the MDEX Engine API. Instead, one should use the Add(String, String) method instead.

See Also