UtilLicensingProductId Property
Gets the Windows product identifier of the current operating system.
Namespace: DevCase.Core.Windows.LicensingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string ProductId { get; }
Public Shared ReadOnly Property ProductId As String
Get
Dim value As String
value = UtilLicensing.ProductId
public:
static property String^ ProductId {
String^ get ();
}
static member ProductId : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The Windows product identifier.
This is a code example.
No code example is currently available or this language may not be supported.
Dim productId As String = ProductId()
Console.WriteLine(productId)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.