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