NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

License.LicenseKey

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;

Property Value

A license key granted to this component.

Remarks

System.ComponentModel.LicenseProviders can use any Unicode character string as a license key. The LicenseKey should be treated as an opaque cookie.

See Also

License Class | License Members | System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode