UtilLicensingProductKey Property

Gets the Windows product key of the current operating system.

Note that the value could be in case of the product key was completely removed from the Windows Registry (eg. using tools like slmgr.vbs /cpky).

Definition

Namespace: DevCase.Core.Windows.Licensing
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string ProductKey { get; }

Property Value

String
The Windows product key, or in case of the product key was completely removed from the Windows Registry (eg. using tools like slmgr.vbs /cpky).

Remarks

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also