If an activation license key is being activated, this URL will be used as the end point of the license service URL that is used when activating, checking and deactivating license keys.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public string LicenseServiceUrl { get; set; }
Visual Basic
Public Property LicenseServiceUrl As String
	Get
	Set
Visual C++
public:
property String^ LicenseServiceUrl {
	String^ get ();
	void set (String^ value);
}

See Also