[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets whether or not the CD key is valid.

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

Syntax

C#
public bool IsValid { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsValid As Boolean
Visual C++
public:
property bool IsValid {
	bool get ();
}

Remarks

This property does not return whether or not this CD key is valid for Battle.net, but rather whether the product's installer would accept the key as valid.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if the object has not yet been initialized.

See Also