←Select platform

IsDisposed Property

Summary

Checks whether an AAMVAID is disposed.

Syntax
C#
VB
C++
public bool IsDisposed { get; } 
Public ReadOnly Property IsDisposed() As Boolean 
   Get 
public:  
   property bool IsDisposed 
   { 
      bool get() 
   } 

Property Value

True if the ID is disposed; false, otherwise

Remarks

Once an ID is disposed, its properties should not be accessed or reused.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly