Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Application Object : BuildNumber Property
BuildNumber Property
Description
Returns the specific build number for the PC-DMIS application.
Property type
Read-only property
Syntax
Visual Basic
Public Property BuildNumber As Integer
Return Type
Read only Integer.
Example
In this example, the buildNumber variable holds the build number.
var application = new PCDLRN.Application();
var buildNumber = application.BuildNumber;
See Also