Returns the command object

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected virtual EndecaCommand Command { get; }
Visual Basic (Declaration)
Protected Overridable ReadOnly Property Command As EndecaCommand
Visual C++
protected:
virtual property EndecaCommand^ Command {
	EndecaCommand^ get ();
}

See Also