EasyInstallationFolder

Top  Previous  Next

Property Type: Global

Files: ALL

 

PROPERTY

 

Name: EasyInstallationFolder

DataType: String

Mode: Readonly

Description: Returns the folder where the EasyHL7 dll files currently executing are installed.

 

 

Example:

Dim x As New EHL7Interface.eUtilities

MsgBox x.EasyInstallationFolder

Set x = Nothing

OR

Dim x As New EHL7.HL7Vendors

MsgBox x.EasyInstallationFolder

MsgBox x.LicensFileName

 

Set x = Nothing

 

 

See Also: Registration Information