Reference Library
IsValid Property
NamespacesMBNCSUtilCdKeyIsValid
Gets whether or not the CD key is valid.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
	Get
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
InvalidOperationExceptionThrown if the object has not yet been initialized.

Assembly: Asgard5Library (Module: Asgard5Library)