The dictionary of the chain of commands. The key is the name of the chain.

C# | Visual Basic | Visual C++ |
IDictionary<string, IList<CommandActivator>> CommandsByName { get; }
ReadOnly Property CommandsByName As IDictionary(Of String, IList(Of CommandActivator))
property IDictionary<String^, IList<CommandActivator^>^>^ CommandsByName { IDictionary<String^, IList<CommandActivator^>^>^ get (); }

The name of the chain.