ApplicationGetLicenceEventArgsRegistrationCode Property |
|
DataPA OpenAnalytics API Reference
Gets or sets the registration code entered by the user in the license screen.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string RegistrationCode { get; set; }
Public Property RegistrationCode As String
Get
Set
public:
virtual property String^ RegistrationCode {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_RegistrationCode();
function set_RegistrationCode(value);
Return Value
Type:
StringThe registration code entered by the user in the license screen.
Remarks See Also