DataPA Enterprise Dashboard Controls API Reference
Creates and shows an about screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public void Show(
string Version,
string LicenseType,
string SerialNumber,
string LicensedQty,
string LicensedName,
string LicensedOrganisation
) |
Visual Basic |
---|
Public Sub Show (
Version As String,
LicenseType As String,
SerialNumber As String,
LicensedQty As String,
LicensedName As String,
LicensedOrganisation As String
) |
Visual C++ |
---|
public:
virtual void Show(
String^ Version,
String^ LicenseType,
String^ SerialNumber,
String^ LicensedQty,
String^ LicensedName,
String^ LicensedOrganisation
) sealed |
Parameters
- Version
- Type: System..::..String
The version number to be displayed on the about screen.
- LicenseType
- Type: System..::..String
The license to be displayed on the about screen.
- SerialNumber
- Type: System..::..String
The seriel number to be displayed on the about screen.
- LicensedQty
- Type: System..::..String
The licensed quantity to be displayed on the about screen.
- LicensedName
- Type: System..::..String
The licensed name to be displayed on the about screen.
- LicensedOrganisation
- Type: System..::..String
The licensed organisation to be displayed on the about screen.
Remarks
See Also