License.LicenseKey Property

Definition

When overridden in a derived class, gets the license key granted to this component.

public:
 abstract property System::String ^ LicenseKey { System::String ^ get(); };
public abstract string LicenseKey { get; }
member this.LicenseKey : string
Public MustOverride ReadOnly Property LicenseKey As String

Property Value

A license key granted to this component.

Remarks

A LicenseProvider can use any Unicode character string as a license key. The LicenseKey should be treated as an opaque cookie, that is, a cookie with a deliberately hidden internal structure.

Applies to

See also