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 (8.0.2.1001)
Syntax
public sealed class ActivationResult

The ActivationResult type exposes the following members.

Properties
  NameDescription
Public propertyDetails
Gets any relevant details associated with the operation.
Public propertyIsSuccess
Gets a value indicating whether the activation operation was successful.
Public propertyStatusCode
Gets the status code associated with the result of the activation operation.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also