ILicenseActivationServiceActivationServerUrl 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.3.0.1000)
SyntaxUri ActivationServerUrl { get; }ReadOnly Property ActivationServerUrl As Uri
	Get
property Uri^ ActivationServerUrl {
	Uri^ get ();
}abstract ActivationServerUrl : Uri with 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