Reference Library
Product Property
NamespacesMBNCSUtilCdKeyProduct
Gets the product value encoded in the CD key.
Declaration Syntax
C#Visual BasicVisual C++
public int Product { get; }
Public ReadOnly Property Product As Integer
	Get
public:
property int Product {
	int get ();
}
Remarks
This property returns 0 if the CD key is not valid. To check validity, use the IsValid property.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the object has not yet been initialized.

Assembly: Asgard5Library (Module: Asgard5Library)