Returns the command object

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

Syntax

C#
EndecaCommand ICommandStateAccessor.Command { get; }
Visual Basic (Declaration)
Private ReadOnly Property Command As EndecaCommand
	Implements ICommandStateAccessor.Command
Visual C++
private:
virtual property EndecaCommand^ Command {
	EndecaCommand^ get () sealed = ICommandStateAccessor::Command::get;
}

Implements

ICommandStateAccessor..::.Command

See Also