INamedLobSystemDictionary Interface
Represents the collection of named external systems.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface INamedLobSystemDictionary _
Inherits IReadOnlyNamedDictionary(Of ILobSystem), IReadOnlyDictionary(Of String, ILobSystem), _
IReadOnlyCollection(Of KeyValuePair(Of String, ILobSystem)), IEnumerable(Of KeyValuePair(Of String, ILobSystem)), _
IEnumerable
'Usage
Dim instance As INamedLobSystemDictionary
public interface INamedLobSystemDictionary : IReadOnlyNamedDictionary<ILobSystem>,
IReadOnlyDictionary<string, ILobSystem>, IReadOnlyCollection<KeyValuePair<string, ILobSystem>>,
IEnumerable<KeyValuePair<string, ILobSystem>>, IEnumerable