The command identifier for the AggregateRecordDetailsCommand. If specified as null, then the first AggregateRecordDetailsCommand contained within the CommandInfoCollection will be formatted.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public string AggRecDetailsCommandId { get; set; }
Visual Basic (Declaration)
Public Property AggRecDetailsCommandId As String
Visual C++
public:
property String^ AggRecDetailsCommandId {
	String^ get ();
	void set (String^ value);
}

See Also