Gets the command that is about to be executed.

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

Syntax

C#
public TCommand Command { get; }
Visual Basic (Declaration)
Public ReadOnly Property Command As TCommand
Visual C++
public:
property TCommand Command {
	TCommand get ();
}

See Also