|  | 
| IdentificationNumberItems Class | 
 
  Collection of IdentificationNumberItem data object.
 
 Inheritance Hierarchy
Inheritance HierarchySystemObject  System.Collections.ObjectModelCollectionIdentificationNumberItem    ASI.TAM.API.Data.UI.Shared.Common.IdentificationNumberIdentificationNumberItems 
    Namespace: 
   ASI.TAM.API.Data.UI.Shared.Common.IdentificationNumber
    Assembly:
   ASI.TAM.API.Data.UI.Shared (in ASI.TAM.API.Data.UI.Shared.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic sealed class IdentificationNumberItems : Collection<IdentificationNumberItem>
Public NotInheritable Class IdentificationNumberItems
	Inherits Collection(Of IdentificationNumberItem)
Dim instance As IdentificationNumberItems
The IdentificationNumberItems type exposes the following members.
 Properties
Properties|  | Name | Description | 
|---|
|  | Item | 
 Read-only Property that returns IdentificationNumber item based on Type
  | 
Top Remarks
Remarks See Also
See Also