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

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field Value

Session ID (the sid key value) of the query.

Remarks

This set property may not be supported in future versions of the MDEX Engine API. Use the Add(String, String) method instead.

See Also