IIdentifierCollection Interface
Represents the collection of identifiers.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IIdentifierCollection _
Inherits IReadOnlyCollection(Of IIdentifier), IEnumerable(Of IIdentifier), _
IEnumerable
'Usage
Dim instance As IIdentifierCollection
public interface IIdentifierCollection : IReadOnlyCollection<IIdentifier>,
IEnumerable<IIdentifier>, IEnumerable