ActivationResult Class

Represents the result of a license activation refresh.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Licensing.ActivationActivationResult

Namespace: Dundas.BI.Licensing.Activation
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class ActivationResult

The ActivationResult type exposes the following members.

Properties
 NameDescription
Public propertyActivationRequestIdGets the ID of the activation request associated with this result.
Public propertyDetailsGets any relevant details associated with the operation.
Public propertyIsNewLicenseVersion Gets a value indicating whether the activation response contained a new version of the application license.
Public propertyIsSuccessGets a value indicating whether the activation operation was successful.
Public propertyStatusCodeGets the status code associated with the result of the activation operation.
Public propertySubStatusGets a secondary status code applicable to the result.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also