Returns the navigation command used to generate the record list for this property only if a navigation query was used to define the record list.

Null is returned if a record query was used to define the record list.

Namespace:  Endeca.Data.Content.Navigation
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
NavigationCommand NavCommand { get; }
Visual Basic (Declaration)
ReadOnly Property NavCommand As NavigationCommand
Visual C++
property NavigationCommand^ NavCommand {
	NavigationCommand^ get ();
}

Return Value

The NavigationCommand used to generate the record list of this property object.

See Also