ApplicationInfo Class

Provides information about the Dundas application.
Inheritance Hierarchy
SystemObject
  Dundas.BIApplicationInfo

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ApplicationInfo

The ApplicationInfo type exposes the following members.

Properties
 NameDescription
Public propertyBuildDateGets the build date of the application, in UTC time.
Public propertyInstanceIdGets the ID of the application instance.
Public propertyInstancePlan Gets the instance plan, if any, that was specified in the deployment flags.
Public propertyIsDevelopmentInstance Gets a value indicating whether the current instance is licensed solely for development purposes.
Public propertyLatestVersion Gets the latest publicly-available version of Dundas BI.
Public propertyLatestVersionDownloadUri Gets a download link for the latest publicly-available version of Dundas BI.
Public propertyLicensedToGets the licensee(s) of all valid licenses.
Public propertyLicenseIdsGets the ID(s) of all valid licenses.
Public propertyLicenseKindGets the kind of the licenses used by the application.
Public propertyLicenseLeaseAcquired Gets the date/time (in UTC) at which the lease for the current license was acquired.
Public propertyLicenseLeaseValidUntil Gets the date/time (in UTC) at which the lease for the current license expires.
Public propertyLogonNotificationMessageGets a message which will be shown to all users every time they log on.
Public propertyMaintainerEmailAddressGets the email address of the maintainer of the application.
Public propertyProductNameGets the product name, used to identify the application.
Public propertyProductVersionGets the full version number of the application.
Public propertyProductVersionDisplayTextGets the friendly display version of the product version.
Public propertyReleaseKindGets the release kind of the application.
Public propertyServerFingerprintGets a string which uniquely identifies the server on which the application is running.
Public propertyServerFingerprintHash Gets a hash of the server fingerprint, which is safe to expose to arbitrary users.
Public propertySigningCertificateGets the signing certificate for the application.
Top
See Also