Gets the name of the attribute (property or dimension) by which the records that match this BusinessRule are sorted by.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public string SortKey { get; }
Visual Basic (Declaration)
Public ReadOnly Property SortKey As String
Visual C++
public:
property String^ SortKey {
	String^ get ();
}

Remarks

Defining an attribute by which records are sorted is an optional step when configuring the rule in Developer Studio. If no sort attribute is defined, then this method returns an empty string, and the records that match the business rule are returned in the default sort order of the MDEX engine.

This value is same as the value of the DGraph.SeeAlsoMerchSort property.

See Also