List of Fingerprints belonging to the Person.
Namespace:
SourceAFIS.SimpleAssembly: SourceAFIS (in SourceAFIS.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Fingerprints As List(Of Fingerprint) Get Set |
| C# |
|---|
public List<Fingerprint> Fingerprints { get; set; } |
| Visual C++ |
|---|
public: property List<Fingerprint^>^ Fingerprints { List<Fingerprint^>^ get (); void set (List<Fingerprint^>^ value); } |
| JavaScript |
|---|
function get_fingerprints(); function set_fingerprints(value); |
Remarks
This collection is initially empty. Add Fingerprint objects
here. You can also assign the whole collection.