Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection of named properties.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface INamedPropertyDictionary _
Inherits IReadOnlyNamedDictionary(Of Object), IReadOnlyDictionary(Of String, Object), _
IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), _
IEnumerable
'Usage
Dim instance As INamedPropertyDictionary
public interface INamedPropertyDictionary : IReadOnlyNamedDictionary<Object>,
IReadOnlyDictionary<string, Object>, IReadOnlyCollection<KeyValuePair<string, Object>>,
IEnumerable<KeyValuePair<string, Object>>, IEnumerable