LicenseInfoSerialNumber Property |
|
DataPA OpenAnalytics API Reference
Gets the serial number of the current license.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SerialNumber { get; }
Public ReadOnly Property SerialNumber As String
Get
public:
virtual property String^ SerialNumber {
String^ get () sealed;
}
function get_SerialNumber();
Return Value
Type:
StringThe serial number of the current license.
Remarks See Also