IAdmProductInfo
The IAdmProductInfo interface is used to retrieve information about Adaxes service.
Inheritance: IUnknown
Note
To get the IAdmProductInfo interface:
- Bind to the Service Settings container using the "ServiceSettings" alias.
- Use the IAdmServiceSettings::ProductInfo property to get the IAdmProductInfo interface.
Properties
-
Property
-
Description
-
ProductName
-
Gets the product name.
-
ProductVersion
-
Gets the version of the Adaxes service.
-
LicenseInfo
-
Gets information about the Adaxes service license.
-
LicenseInfoHtml
-
Gets information about the Adaxes service license in HTML format.
-
LicenseAgreement
-
Gets the Adaxes service license agreement.
-
LicenseAgreementHtml
-
Gets the Adaxes service license agreement in HTML format.
Details
ProductName
Gets the product name.
- Type:
- String
- Access:
- Read-only
ProductVersion
Gets the version of the Adaxes service.
- Type:
- IAdmVersion
- Access:
- Read-only
LicenseInfo
Gets information about the Adaxes service license.
- Type:
- String
- Access:
- Read-only
LicenseInfoHtml
Gets information about the Adaxes service license in HTML format.
- Type:
- String
- Access:
- Read-only
LicenseAgreement
Gets the Adaxes service license agreement.
- Type:
- String
- Access:
- Read-only
LicenseAgreementHtml
Gets the Adaxes service license agreement in HTML format.
- Type:
- String
- Access:
- Read-only
Requirements
Minimum required version: 2009.1