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 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