Reference Library
Value1 Property
NamespacesMBNCSUtilCdKeyValue1
Gets the "Public" or "Value 1" value of the CD key.
Declaration Syntax
C#Visual BasicVisual C++
public int Value1 { get; }
Public ReadOnly Property Value1 As Integer
	Get
public:
property int Value1 {
	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)