Open this page in the API Guide

ILicenseActivationService.ActivationServerUrl Property

Gets the URL to be used when refreshing the license activation.

Namespace:  Dundas.BI.Licensing.Activation
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Uri ActivationServerUrl { get; }

Return Value

Type: Uri
The default activation server URL, or the value specified by the LicenseActivationServerOverrideUrl configuration setting (if one is specified and allowed).
See Also