[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets the "Public" or "Value 1" value of the CD key.

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

Syntax

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

See Also