Profiler Object:Object Information
GetBuildNumber
This function returns a string value containing the current development release build number of the Profiler Object. This is usually a four-character string. If you are running the Demo version of Profiler Object, the word DEMO will be appended to the build number.
| Syntax | profiler->GetBuildNumber(); |
|---|---|
| C | string = mdProfilerGetBuildNumber(profiler); |
| .Net | string = profiler.GetBuildNumber(); |
GetDatabaseDate
This function returns the date of your Email data files.
| Syntax | profiler->GetDatabaseDate(); |
|---|---|
| C | string = mdProfilerGetDatabaseDate(profiler); |
| .Net | string = profiler.GetDatabaseDate(); |
GetLicenseExpirationDate
This function returns the date when the current license string expires. License strings issued by Melissa Data are valid a certain period of time. A license string with an expired expiration date is no longer valid.
| Syntax | profiler->GetLicenseExpirationDate(); |
|---|---|
| C | string = mdProfilerGetLicenseExpirationDate(profiler); |
| .Net | string = profiler.GetLicenseExpirationDate(); |