Gets a map of IGatewayProcessingUnit keyed by their respective names.

C# | Visual Basic | Visual C++ | J# |
IDictionary<string, IGatewayProcessingUnit> Names { get; }
ReadOnly Property Names As IDictionary(Of String, IGatewayProcessingUnit)
property IDictionary<String^, IGatewayProcessingUnit^>^ Names { IDictionary<String^, IGatewayProcessingUnit^>^ get (); }
/** @property */ IDictionary<String, IGatewayProcessingUnit> get_Names()