When overridden in a derived class, gets the license key granted to this component.
[Visual Basic] MustOverride Public ReadOnly Property LicenseKey As String [C#] public string LicenseKey {abstract get;} [C++] public: __property virtual String* get_LicenseKey() = 0; [JScript] public abstract function get LicenseKey() : String;
A license key granted to this component.
System.ComponentModel.LicenseProviders can use any Unicode character string as a license key. The LicenseKey should be treated as an opaque cookie.
License Class | License Members | System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode