Gets the value of the Query ID key or sets it to a specified String.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
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
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.
            





