The command identifier for the RecordDetailsCommand. If specified as null, then the first RecordDetailsCommand 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 RecDetailsCommandId { get; set; }
Visual Basic (Declaration)
Public Property RecDetailsCommandId As String
Visual C++
public:
property String^ RecDetailsCommandId {
	String^ get ();
	void set (String^ value);
}

See Also