Gets and sets the set of profiles that describe the application end user.

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

Syntax

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

Field Value

The set of profiles describing the application end user. Returns null if profiles were not specified.

Remarks

Changing the StringCollection returned will change the set of profiles that will be sent to the Endeca MDEX Engine.

See Also