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