[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets the product value encoded in the CD key.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public int Product { get; }
Visual Basic (Declaration)
Public ReadOnly Property Product As Integer
Visual C++
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
System..::.InvalidOperationExceptionThrown if the object has not yet been initialized.

See Also