License::LicenseKey Property

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property String^ LicenseKey {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

A license key granted to this component.

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.

.NET Framework
Available since 1.1
Return to top
Show: