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

See Also